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
When start for android i have this error
run this command echo "STORYBOOK=true" > .env && yarn rnuc .env && yarn android && echo "STORYBOOK=false" > .env && yarn rnuc .env
I wish the application works normally
Post stacktraces, logs or screenshots. The more information is available is better.
rnuc
react-native-ultimate-config
❗PROVIDE EXAMPLE OF ENV FILE
STORYBOOK=true
react-native
Run react-native info and post below:
react-native info
System: OS: Linux 5.19 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish) CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Memory: 3.19 GB / 15.32 GB Shell: version: 5.8.1 path: /usr/bin/zsh Binaries: Node: version: 18.17.0 path: ~/.nvm/versions/node/v18.17.0/bin/node Yarn: version: 1.22.19 path: ~/.nvm/versions/node/v18.17.0/bin/yarn npm: version: 9.6.7 path: ~/.nvm/versions/node/v18.17.0/bin/npm Watchman: Not Found SDKs: Android SDK: API Levels: - "23" - "28" - "31" - "32" - "33" Build Tools: - 28.0.3 - 30.0.2 - 30.0.3 - 31.0.0 - 33.0.0 - 33.0.2 System Images: - android-30 | Google Play Intel x86 Atom - android-31 | Intel x86_64 Atom - android-31 | Google Play Intel x86_64 Atom - android-33 | Google Play Intel x86_64 Atom Android NDK: Not Found IDEs: Android Studio: Not Found Languages: Java: version: 11.0.20 path: /usr/bin/javac Ruby: Not Found npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.3 wanted: 0.72.3 npmGlobalPackages: "react-native": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: Not found newArchEnabled: Not found
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When start for android i have this error
Steps to Reproduce
run this command
echo "STORYBOOK=true" > .env && yarn rnuc .env && yarn android && echo "STORYBOOK=false" > .env && yarn rnuc .env
Expected behavior
I wish the application works normally
Stacktraces, logs, screenshots
Post stacktraces, logs or screenshots. The more information is available
is better.
Environment
Integration option
rnuc
CLI to inject environment (default integration optionfrom quickstart guide)
option from cookbook:
scheme,
flavors)
react-native-ultimate-config
within monorepo managed withLerna or Yarn Workspaces Monorepo support
Env file
Example of env file that is causing problems
STORYBOOK=true
OS
Packages
react-native
: 0.72.3react-native-ultimate-config
: 6.0.0Run
react-native info
and post below:System:
OS: Linux 5.19 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)
CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
Memory: 3.19 GB / 15.32 GB
Shell:
version: 5.8.1
path: /usr/bin/zsh
Binaries:
Node:
version: 18.17.0
path: ~/.nvm/versions/node/v18.17.0/bin/node
Yarn:
version: 1.22.19
path: ~/.nvm/versions/node/v18.17.0/bin/yarn
npm:
version: 9.6.7
path: ~/.nvm/versions/node/v18.17.0/bin/npm
Watchman: Not Found
SDKs:
Android SDK:
API Levels:
- "23"
- "28"
- "31"
- "32"
- "33"
Build Tools:
- 28.0.3
- 30.0.2
- 30.0.3
- 31.0.0
- 33.0.0
- 33.0.2
System Images:
- android-30 | Google Play Intel x86 Atom
- android-31 | Intel x86_64 Atom
- android-31 | Google Play Intel x86_64 Atom
- android-33 | Google Play Intel x86_64 Atom
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java:
version: 11.0.20
path: /usr/bin/javac
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.3
wanted: 0.72.3
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: