Skip to content

naeliofreires/universe-app

Repository files navigation

Universe | React Native App

This application was built using React Native Framework.

I added a few libraries to help me with the development process and now I will give a brief explanation of why I choose these libraries.


TypeScript

  • add types on our components

Styled Components

  • add styles around of our components

MobX

  • to handle w/ the data around of the app using flux architecture

Async Storage

  • to keep the last actions from the user saved. (We used this to rehydrate the store)

Axios

  • to do requests for the API

How to run?

Android

$ yarn
$ yarn android

iOS

$ yarn
$ cd ios/ && pod install && cd ..
$ yarn ios


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published