Top "React-native-cli" questions

How to resolve the error on 'react-native start'

I just installed node.js & cli installed node.js installed react-native-cli npm -g react-native-cli And created a 'new project'. …

reactjs react-native react-native-android react-native-cli metro-bundler
Run a React Native iOS release build from terminal

I am trying to run the release build directly from the terminal and I did not found an option to …

ios react-native react-native-cli
How to Get SHA-1 key in React Native cli?

In React Native when I'm trying to get Google GPS API key in Google console, I have seen package name …

react-native react-native-cli
What is the difference between Expo CLI and React Native CLI?

React Native provides two way to create Project. First: npm install -g expo-cli Second: npm install -g react-native-cli so what …

react-native expo react-native-cli
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6

I try to get Apk in react-native however it doesn't give me anything. release file which is in Apk file …

android react-native gradle build.gradle react-native-cli
Error: `fsevents` unavailable (this watcher can only be used on Darwin)

I'm cloning an existing react native app in my local environment, but every time I run react-native run-ios I get …

javascript react-native react-native-cli
react-native start giving Invalid regular expression invalid error

I followed following link to get started with react-native Getting started with react native I tried to create native app …

reactjs react-native react-native-android react-native-cli metro-bundler
How to run react-native run-ios with specific target

Is there a way to run a specific target with command react-native run-ios for Android I'm using following react-native run-android …

react-native react-native-cli
How to upgrade core-js@3 in react-native cli?

I am trying to create new project with react-native cli, but when I create a new project I am receiving …

react-native npm react-native-cli