Mobile

React Native and Expo mobile development. Navigation, native modules, platform-specific code, app store preparation. Don't use for web React or backend development.

neuron-one 6a1fe82 906 B Updated

File contents

Mobile Development

React Native Patterns

  • Expo managed workflow preferred
  • React Navigation for routing
  • AsyncStorage for local persistence
  • Platform.select for iOS/Android differences

Performance

  • FlatList for long lists (not ScrollView)
  • Image caching (expo-image or fast-image)
  • Avoid inline styles in render
  • Minimize bridge calls

Native Features

  • react-native-track-player for audio
  • expo-notifications for push
  • expo-file-system for file operations
  • expo-secure-store for sensitive data

App Store Readiness

  • Proper app icons (all sizes)
  • Splash screen configuration
  • Privacy manifest (iOS)
  • Required permissions justification
  • Test on real devices before submission

neuron-one/godmode/tree/main/skills/development/mobile commit 6a1fe82653

Frequently asked questions

npx skillmds@latest add neuron-one/mobile