Initial React Native project structure!! 😄
- First of all, make sure that you have Node downloaded in your computer. To check it up, run the following command in your terminal:
~ node --version
- Check if NPM was also downloaded or, install Yarn in your computer:
~ npm --version
~ yarn --version
- Download Expo CLI in your computer by running the following command:
~ npm install expo-cli -g
- Make sure that you have Git downloaded in your computer and then clone the project:
~ git clone https://github.com/NEVI0/react-native-project-structure.git
- Install all project dependencied by running one of the following commands:
~ npm install
~ yarn install
- Start it:
~ npm start
~ yarn start
©️ Névio Costa Magagnin - Todos os direitos reservados.