-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
290 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# 0.21.6 | ||
|
||
### Optional Platforms Support | ||
|
||
```bash | ||
rnv app create | ||
``` | ||
|
||
### support for plugin cocoapods github commit | ||
|
||
```json | ||
"ios-photo-editor": { | ||
"no-npm": true, | ||
"ios": { "podName": "iOSPhotoEditor", "git": "https://github.com/prscX/photo-editor", "commit": "fa8894c992dedb431d696eb43ac4cc4ba847b4b8" } | ||
}, | ||
``` | ||
|
||
### Inject activity method via plugin configuration | ||
|
||
```json | ||
"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 | ||
|
||
```bash | ||
rnv run -p android | ||
``` | ||
|
||
## Bug Fixes | ||
|
||
- Android TV theme error | ||
- Added eslint detox | ||
- improved webpack config |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/firefoxos/_privateConfig/webpack.config.dev.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/firefoxos/_privateConfig/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/firefoxtv/_privateConfig/webpack.config.dev.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/firefoxtv/_privateConfig/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/kaios/_privateConfig/webpack.config.dev.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/kaios/_privateConfig/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/macos/_privateConfig/webpack.config.dev.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rnv-cli/platformTemplates/macos/_privateConfig/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.