Skip to content

NEVI0/react-native-project-structure

Repository files navigation

💯 React Native Project Structure

Initial React Native project structure!! 😄

🛠️ How to configure...

  • 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

📌 Info

©️ Névio Costa Magagnin - Todos os direitos reservados.

About

💯 My react native default structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published