Prerequisites install on windows 10 laptop for WebStorm react-native projects to work and run Follow
Do I need to install Python, JDK and Android Studio on my laptop if I am developing a react-native project with WebStorm?
I could not find any mention of installing these prerequisites on the documentation page at https://www.jetbrains.com/help/webstorm/react-native.html
Please sign in to leave a comment.
Please refer to https://reactnative.dev/docs/environment-setup for this kind of information
Yes, these are all required for developing react-native apps since after installing these the react-native app created in WebStorm ran successfully. Before installing these, the app was not able to run from WebStorm.