Development React-Native development requires a number of tools to be installed and configured on your machine for the bundler and simulators to run properly.
If you have never worked on a native app before- you'll need to follow the directions for setting up a project using the React-Native CLI Quickstart.
Once you've configured your machine for React-Native development. fun app to build should only require a few steps:
- Fork the repo or download the project
- Install all the dependencies through node packet manager(NPM)
- Install dependencies (npm i)
- Run the metro bundler: expo start
- Node Must be installed
- React Native mus be installed
1.https://reactnative.dev/docs/environment-setup 2. https://docs.npmjs.com/downloading-and-installing-node-js-and-npm