This is a simple Weather App in React Native. The project is a good starting point to learn React Native and it covers the following basic concepts:
- make customized React Native component
- component design structures and choices
- apply stylesheets similar to CSS in React Native
- useful components: FlatList, BottomTab (Navigator, Screen), Feather (for icon)
- practice with using props
- two basic hooks: useState and useEffect
- create customized hooks
- fetch API data