[FR] React Native enables developing native mobile apps from a single codebase.
[FR] Why React Native? One team for both platforms, near-native performance.
[FR] Initial setup. Install Node.js, npm/yarn, and Expo CLI or React Native CLI.
[FR] Project structure. Components in JSX, styling with StyleSheet.
[FR] Important native components: View, Text, Image, ScrollView, FlatList.
[FR] Performance. Avoid unnecessary re-renders, use FlatList for long lists.
[FR] Accessing native APIs. Camera, Geolocation, Push notifications.
[FR] Testing. Unit testing with Jest, E2E testing with Detox.
[FR] App Store publishing. Create Apple Developer account, submit for review.
[FR] Google Play publishing. Create Google Play Developer account, generate AAB.
[FR] At Softsite, we develop performant React Native applications.