You can use:
react-native init projectName
Answer from Vikram Biwal on Stack OverflowYou can use:
react-native init projectName
Official documentation indicates different steps: https://github.com/react-community/create-react-native-app#create-react-native-app
if you don't want to use Expo, just follow the eject steps: https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md. Optionally you can reate
or you can create a react native app by yourself without using the create-react-native-app script. More details here, https://facebook.github.io/react-native/docs/getting-started.html#creating-a-new-application
New application with or without Expo?
I want to learn React Native, should i learn it with or without Expo?
best tutorial without expo
Using create react native app (Expo) with Microsofts App Center? Possible alternatives?
Unless your app is very basic you'll have to eject at some point. Not much can be done without some sort of native module.
That being said you can probably clone your folder where your project is. Eject, run the initial build app center needs then go back to your original unejected project but don't quote me on that. It would likely cause some problems if you need to eject for another reason later anyway.
Either way it's unavoidable at least once as xcode needs to generate the certs etc for app center to do your builds.
More on reddit.comVideos
Hello
I don't have experience with React and React Native. I will create simple app, connect with my REST API, access to Camera. In feature I will want to create also web app.
Should I use Expo or better create without Expo?
I have created an application with expo before but i faced lots of trouble because some libs dont support expo
Hey guys, I am looking for a good react native tutorial that uses react cli instead of expo. I have some experience with flutter and react, but I am a back end nestjs/springboot dev.
However I need to learn react native so any guidance is Appricateed. Thanks