-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
updated: I am working on some changes for upcoming version 0.20.0
with some breaking changes planned:
- remove JCenter support (PR refactor!: remove JCenter support #401), which seems to be ready for sunset ref:
- PR doc: apply general documentation updates - February 2021 #424: apply general documentation updates for February 2021
- PR feat: use react-native-init-func to generate example app #421: use
react-native-init-func
to integrate@react-native-community/cli
(issue Using @react-native-community/cli instead of react-native-cli #204), likely usingreact-native-init-func
in a similar fashion toreact-native-module-init
, should resolve issue Error while generating the project with --generate-example #312 - rename several options - see PR refactor!: rename some options #431 (supersedes PR refactor!: rename & remove multiple options #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
- rename
- remove prefix options - PR refactor!: remove prefix options #432
- remove
--prefix
option - remove
--module-prefix
option
- remove
- do not add
react-native-
prefix to the package name if it is not needed - fix / improve indenting in logging of the options
- update minimum Node.js version to 12 (PR refactor!: update minimum Node.js version to 12 #408)
- update help text for --use-apple-networking which seems to be broken (see issue --use-apple-networking issue in generated example #426)
- consider removing
pod install
step which was removed from @otobank fork ref: RFC: capture updates from OTOBank fork #425 - consider removing support for generating Maven package for Android by default (there would be an option to enable this) - see DRAFT PR DRAFT RFC: remove extra android build support #403
- update documentation further for 0.20.0, as needed
- PR refactor: update example build & run info #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.
Metadata
Metadata
Assignees
Labels
No labels