Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.92 KB

README.md

File metadata and controls

73 lines (49 loc) · 1.92 KB

About

React-Native application that simulates user authentication using the context API. Typescript, react Hooks, react-navigation, async-storage and others were used. This application was developed by Thiago Marinho on the RocketSeat blog.

Screens | Technologies | Getting started | License

Screens

Technologies

Getting started

Requirements

I recommend use Yarn

Clone the project and access the folder

$ git clone https://github.com/marchetti2/context-example.git && cd context-example

Install the dependencies

$ yarn

if you are using macOS:

$ cd ios
$ pod install 
$ cd ..
$ yarn ios --simulator="iPhone 11"  
##choose the simulator you are using. in this example is iphone 11.

if you are using android:

$ cd ios
$ yarn android

Well done, project is started!

License

This application was developed by Thiago Marinho on the RocketSeat blog.