__updated:__ I am working on some changes for upcoming version `0.20.0` with some breaking changes planned: - [x] remove JCenter support (PR #401), which seems to be ready for sunset ref: - https://www.infoq.com/news/2021/02/jfrog-jcenter-bintray-closure/ - https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ - [x] PR #424: apply general documentation updates for February 2021 - [x] PR #421: use `react-native-init-func` to integrate `@react-native-community/cli` (issue #204), likely using `react-native-init-func` in a similar fashion to `react-native-module-init`, should resolve issue #312 - [x] rename several options - see PR #431 (supersedes PR #377): - rename `--module-name` option to `--package-name` - rename `--package-identifier` option to '--native-package-id` - rename `--example-react-native-version` to `--example-react-native-template` - update description & help text of the affected options - [x] remove prefix options - PR #432 - remove `--prefix` option - remove `--module-prefix` option - [ ] do not add `react-native-` prefix to the package name if it is not needed - [ ] fix / improve indenting in logging of the options - [x] update minimum Node.js version to 12 (PR #408) - [ ] update help text for --use-apple-networking which seems to be broken (see issue #426) - [ ] consider removing `pod install` step which was removed from @otobank fork ref: #425 - [ ] consider removing support for generating Maven package for Android by default (there would be an option to enable this) - see DRAFT PR #403 - [ ] update documentation further for 0.20.0, as needed - [x] PR #427: update build & run info in log output & in documentation Please raise any objections ASAP. I would like to finish this release in the next few days, if possible.
updated: I am working on some changes for upcoming version
0.20.0with some breaking changes planned:react-native-init-functo integrate@react-native-community/cli(issue Using @react-native-community/cli instead of react-native-cli #204), likely usingreact-native-init-funcin a similar fashion toreact-native-module-init, should resolve issue Error while generating the project with --generate-example #312--module-nameoption to--package-name--package-identifieroption to '--native-package-id`--example-react-native-versionto--example-react-native-template--prefixoption--module-prefixoptionreact-native-prefix to the package name if it is not neededpod installstep which was removed from @otobank fork ref: RFC: capture updates from OTOBank fork #425Please raise any objections ASAP. I would like to finish this release in the next few days, if possible.