React Native
📄️ What is React Native
React Native is an open-source framework developed by Facebook that allows
📄️ Setting up a React Native environment
On MacOS
📄️ Platform-Specific Code
Platform-Specific File Extensions
📄️ StyleSheet
The StyleSheet object is used to create and manage styles for your components.
📄️ Styled Components
Styled Components is a library for styling React Native (and React)
📄️ Flexbox Model
Flexbox is a powerful layout system used in React Native to create responsive
📄️ Fonts
Adding Font Files
📄️ ScrollView
This component is a generic container that can be scrolled vertically or
📄️ Working with Lists
List virtualization
🗃️ Animations
4 items
📄️ Publishing and Distribution
Publishing and distributing React Native apps involves several steps and
📄️ Permissions
Permissions in mobile applications are requests to gain access to certain
📄️ Push Notifications
Push notifications in React Native involve communication between an app, a
📄️ Timers and requestAnimationFrame
- Use requestAnimationFrame for animations, UI transitions, and tasks tied to
📄️ Native Libraries and Linking
Communication Between Native Modules and JavaScript
📄️ Bridge vs. Bridgeless Architecture
Classic Bridge Architecture (Legacy)
🗃️ Best Practices
5 items