Generate React Native Expo Folder Structure
npm install react-native-folder-structureshell
npm install react-native-folder-structure
`
Usage
To create the folder structure in your project's root directory, run the following command:
`
npx react-native-folder-structure init-folder
`
This will create the following folder structure:
`
-src
-- components
--- screens
--- hooks
--- utilities
``