React Native 101
Learn how to style React Native components, implement responsive design, handle user input, create animations
Enroll Now
Linton’s tutorials are constructed very thoughtfully and string concepts together in a clear and useful way. Well worth the money and time investment.
table of contents
Getting Started
- Welcome
- Create your first React Native app
- What is React Native?
- What are native apps?
- Environment Setup and Coding Exercises
React Native Core Components
Style React Native Components
Implement Responsive Design
- An overview of responsive design
- Unify screen density
- Adapt to screen sizes with Flexbox
- iPhone X the notch and SafeAreaView
- Adapt to screen sizes with Dimensions API
- Dimension breakpoints
- Build a responsive grid view
- Adapt to device orientation with Dimensions API
- Adapt to device size and orientation with onLayout
- JavaScript Premier: Spread operator
- Material on Android Only! - Platform API
- Load platform dependent code by file extension
Handle User Input
Animations
Connect Screens Together: Navigation
The "Real" React Native