10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
---
|
|
description: Applies general React Native Expo best practices within the src directory, such as using functional components with hooks and Expo SDK features.
|
|
globs: src/**/*.*
|
|
---
|
|
- Use functional components with hooks
|
|
- Utilize Expo SDK features and APIs
|
|
- Implement proper navigation using React Navigation
|
|
- Use Expo's asset system for images and fonts
|
|
- Implement proper error handling and crash reporting
|
|
- Utilize Expo's push notification system |