- React Native - A lib that provides a way to create native apps for Android and iOS. about
- Styled components - Visual primitives for the component age. about
- Clone this repo using
git@github.com:MauricioSilv/profile-for-users.git
- Enter directory:
cd profile-for-users
- Run
yarn
to install dependencies
- Run
react-native run-android
if you use it on the android simulator; - If you use simulator IOS, run
react-native run-ios
;