We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated: I am working on some changes for upcoming version 0.20.0 with some breaking changes planned:
0.20.0
react-native-init-func
@react-native-community/cli
react-native-module-init
--module-name
--package-name
--package-identifier
--example-react-native-version
--example-react-native-template
--prefix
--module-prefix
react-native-
pod install
Please raise any objections ASAP. I would like to finish this release in the next few days, if possible.
The text was updated successfully, but these errors were encountered:
Update README.md for upcoming version 0.20.0
6d557db
ref: #409
he i am generating swfit project using npx create-react-native-module MyFancyLibrary2 --use-swift
but its not generating with latest version
Sorry, something went wrong.
brodycj
No branches or pull requests
updated: I am working on some changes for upcoming version
0.20.0
with some breaking changes planned: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--module-name
option to--package-name
--package-identifier
option to '--native-package-id`--example-react-native-version
to--example-react-native-template
--prefix
option--module-prefix
optionreact-native-
prefix to the package name if it is not neededpod install
step 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.
The text was updated successfully, but these errors were encountered: