Working through the FullStack React Native Book examples, to learn React Native
See current list of apps HERE
- Creating a new project
- All the project files
- Basic Components (include)
- Understanding JSX
propsandstate- External network calls
propTypes
- Drilling in the react-native methodology for creating an app
- Break the app into components
- Build a static version of the app
- Determine what should be stateful
- Determine in which component each piece of state should live
- Hardcode initial states
- Add inverse data flow
- Working with different React Native Components
- Creating seperate screens to show/hide using
Modal - Asynchronous storage through an API (
import { AsyncStorage } from 'react-native') - Difference between
FlatListandScrollView - Should now have ability to read through docs and implement any component necessary






