Skip to content

cdavidsp/react-native-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Sample using Expo

Steps to build:

  1. Run: yarn install
  2. Run: expo start

This project use this architecture:

  • src
    • api
    • context
    • components
    • hooks
    • screens
    • App.js

and the project use:

  1. Axios for API requests
  2. Reducers, Actions
  3. Context/Provider, in order to have the data available to anyone component
  4. Hooks, it is necesary for re-use code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors