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
System: OS: Linux 4.14 Debian GNU/Linux 9 (stretch) 9 (stretch) CPU: (1) x64 Intel(R) Xeon(R) CPU @ 2.20GHz Memory: 274.50 MB / 1.65 GB Shell: 4.4.12 - /bin/bash Binaries: Node: 10.14.2 - /usr/local/nvm/versions/node/v10.14.2/bin/node npm: 6.4.1 - /usr/local/nvm/versions/node/v10.14.2/bin/npm npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.4 => 0.60.4 npmGlobalPackages: react-native-cli: 2.0.1
react-native init seems to be using old versions of some (all?) of the template files.
react-native init
npm i -g react-native-cli
react-native init TestApp
cat ./TestApp/.flowconfig
Possibly related: #84
The text was updated successfully, but these errors were encountered:
RN master branch is not published. init uses latest npm published tag, which is 0.60.4 at the moment. See how you can use local RN version as a template here: https://github.com/react-native-community/cli/blob/master/CONTRIBUTING.md#running-cli-with-react-native-from-the-source
init
latest
Sorry, something went wrong.
No branches or pull requests
Environment
System:
OS: Linux 4.14 Debian GNU/Linux 9 (stretch) 9 (stretch)
CPU: (1) x64 Intel(R) Xeon(R) CPU @ 2.20GHz
Memory: 274.50 MB / 1.65 GB
Shell: 4.4.12 - /bin/bash
Binaries:
Node: 10.14.2 - /usr/local/nvm/versions/node/v10.14.2/bin/node
npm: 6.4.1 - /usr/local/nvm/versions/node/v10.14.2/bin/npm
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.4 => 0.60.4
npmGlobalPackages:
react-native-cli: 2.0.1
Description
react-native init
seems to be using old versions of some (all?) of the template files.Reproducible Demo
npm i -g react-native-cli
react-native init TestApp
cat ./TestApp/.flowconfig
Possibly related: #84
The text was updated successfully, but these errors were encountered: