Necessary things
1. Java JDK
2. Android SDK
3. Code Editor
4. Node JS
5. React Native
1. Java JDK
We need JDK for react native development. You can use either Oracle JDK or OpenSDK..
2. Android SDK
And, also download install latest Android Studio. The android SDK will come with Android Studio and you can also install specific version of the SDK..
3. Code editor
Here, we can use VS Code [External Link] for this poject as it has more feature in it.
4. NodeJS
We should have to start react native project. We should use LTS for stable development and also it comes with long term supported. Download nodejs from here [External Link]
5. React Native
We can easily start react native project by below command,
npx react-native [command]
We don't need to download anything with respect react native as it comes with node js. You need to use npx instead of npm.
We will discuss creating new app in upcoming topic.
Stay tuned !!!