React Native Expo Best Practices

[Applies to: src/**/*.*] Enforces best practices for React Native Expo development within the src directory, promoting maintainable and efficient code.

Tryboy869 c01de69 2 files · 837 B Updated

File contents

  • Use functional components with hooks.
  • Leverage Expo SDK features and APIs.
  • Implement navigation using Expo Router.
  • Manage assets with Expo's asset system for images and fonts.
  • Ensure robust error handling and crash reporting.
  • Utilize Expo's push notification system.
  • Adopt TypeScript for type safety.
  • Apply consistent styling using StyleSheet.
  • Incorporate Expo's vector icons.
  • Secure sensitive data with Expo's SecureStore.
  • Implement proper offline support.
  • Optimize performance following React Native best practices.
  • Deploy updates using Expo's OTA mechanism.
  • Style components using NativeWind.

Tryboy869/dojutsu-for-ai/tree/main/senjutsu/skills/react-native-expo-best-practices commit c01de695db

Frequently asked questions

npx skillmds add tryboy869/react-native-expo-best-practices