react-native-folder-structure
v1.0.10
Published
Generate React Native Expo Folder Structure
Downloads
5
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-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
Each folder will contain an empty index.js file.
License
This project is licensed under the MIT License.