14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
---
|
|
description: Enforces the recommended folder structure for React Native Expo projects at the root level, including assets, src, App.js, and app.json.
|
|
globs: *.*
|
|
---
|
|
- Ensure the following folder structure is present:
|
|
- assets/
|
|
- src/
|
|
- components/
|
|
- screens/
|
|
- navigation/
|
|
- hooks/
|
|
- utils/
|
|
- App.js
|
|
- app.json |