React Native Options
Reference for Expo and React Native stack options.
Open documentation actions
React Native options are selected with --ecosystem react-native. They generate a runnable Expo app and do not expose TypeScript web frontend, backend, database, or web deployment categories.
| Category | CLI flag | Values |
|---|---|---|
| Native frontend | --frontend | native-bare native-uniwind native-unistyles |
| Mobile navigation | --mobile-navigation | expo-router react-navigation none |
| Mobile UI | --mobile-ui | tamagui gluestack-ui uniwind unistyles none |
| Mobile storage | --mobile-storage | mmkv none |
| Mobile testing | --mobile-testing | maestro react-native-testing-library maestro-react-native-testing-library none |
| Mobile push | --mobile-push | expo-notifications none |
| Mobile OTA | --mobile-ota | expo-updates none |
| Mobile deep linking | --mobile-deep-linking | expo-linking none |
Compatibility
native-uniwindselectsmobile-ui uniwind.native-unistylesselectsmobile-ui unistyles.tamaguiandgluestack-uiare intended fornative-bareto avoid conflicting style systems.expo-notifications,expo-updates, andexpo-linkingrequire Expo-compatible native projects.