- node version 12+
- yarn or npm
- react-native-cli
- cocoaPods for iOS build
- android sdk for android build
- api key of Weather api
yarn && cd ios && pod install && cd ..
yarn start
- On another terminal use
yarn ios
oryarn android
- Create a .env file on root following the .env.example
- Components (atomic design based)Atomic design docs
- Constants (separated by entities)
- Screens (screens of app and routes)
- Services (alot of functions separated by your use, example -> locale)
- Styles (static styles props(example -> colors))
- Constants (constants of app separated by entity or screen)
- Interface (general interfaces separated by entity)
- Get weather info by latitude and longitude
- Dark and light mode
- Translated for portuguese and english
- Styled system for react native made by me :D