0.21.6
Optional Platforms Support
support for plugin cocoapods github commit
"ios-photo-editor": {
"no-npm": true,
"ios": { "podName": "iOSPhotoEditor", "git": "https://github.com/prscX/photo-editor", "commit": "fa8894c992dedb431d696eb43ac4cc4ba847b4b8" }
},
Inject activity method via plugin configuration
"android": {
"package": "org.wonday.orientation.OrientationPackage",
"activityImports": [
"android.content.res.Configuration"
],
"activityMethods": [
"override fun onConfigurationChanged(newConfig:Configuration) {",
" super.onConfigurationChanged(newConfig)",
" val intent = Intent(\"onConfigurationChanged\")",
" intent.putExtra(\"newConfig\", newConfig)",
" this.sendBroadcast(intent)",
"}"
]
},
Create Android Emulator on Demand
Bug Fixes
- Android TV theme error
- Added eslint detox
- improved webpack config