react-native-boilerplateBest way to structure any react-native application. How-To ?
Structure Your project within seconds1. Basic BoilerPlateIt will generate basic structure for your react-native project as following.
2. Component IndexThis file will generate index.js file in component folder, so it will be easy to access all your component in screens. Just import them from ./components 3. Scenes IndexThis file will generate index.js file in scenes folder, so it will be easy to access all your screens in navigation. just import them from ./scenes 4. ImagesThis will populate your images.js file in res folder 5. FontsThis will populate your fonts.js file in res folder 6. Redux BoilerplateIt will generate structure for your react-native project with redux as following.
7. ContextAPI/Hooks BoilerplateIn Future! To-Do
Known IssuesNone. If you find something, please report it by opening new issue. AcknowledgementsThis extension was inspired by: CreditsLogo icon is React icon by Icons8 |