react-native-folder-structure
v1.0.10
Published
Generate React Native Expo Folder Structure
Readme
React Native Folder Structure Generator
Generate a standardized folder structure for React Native projects.
Installation
To install the React Native Folder Structure Generator, use the following command:
npm install react-native-folder-structureUsage
To create the folder structure in your project's root directory, run the following command:
npx react-native-folder-structure init-folderThis will create the following folder structure:
-src
-- components
--- screens
--- hooks
--- utilitiesEach folder will contain an empty index.js file.
License
This project is licensed under the MIT License.
