Skip to content

Aplicação React-native utilizando o context API do react, que simula uma autenticação de usuário. Foi utilizado também typescript, react Hooks, asyncStorage, react-navigation e outros.

Notifications You must be signed in to change notification settings

marchetti2/context-example

Repository files navigation

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.

About

Aplicação React-native utilizando o context API do react, que simula uma autenticação de usuário. Foi utilizado também typescript, react Hooks, asyncStorage, react-navigation e outros.

Topics

Resources

Stars

Watchers

Forks