React Native 101
Learn how to style React Native components, implement responsive design, handle user input, create animations
Enroll Now
Being a designer in the tech industry has opened my world to new tools and technologies. Linton's program is simple to follow, with the content divided in a thoughtful manner. With this training, I feel very well rounded in my technical abilities as a designer today.






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