-
react-native-template-simpleredux-boilerplate1
A simple boilerplate for React Native projects that need Redux.
npx react-native init test --template https://github.com/roycechua23/react-native-template-simpleredux-boilerplate1.git
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
react-native-vector-icons
Customizable Icons for React Native with support for image source and full styling.
Please take note of react-native-vector-icons setup instructions on Github https://github.com/oblador/react-native-vector-icons. It will have many instructions but follow the part that you see in the image below.
-
If you've encountered problems, you can refer to the completed project here https://github.com/roycechua23/testRNTemplateProject
-
To make our custom React Native we need to follow this structure Esemesek on Github https://github.com/Esemesek/react-native-new-template
-
cli
The React Native Community CLI - command line tools to help you build RN apps (by react-native-community)
I did end up finding the official React Native Guide that points to esemek's repo but it wasn't easy to find because it's in the init.md of the react-native-community/cli repository here https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
-
{ "name": "testrntemplate", "version": "0.0.1", "description": "React Native Template", "repository": "https://github.com/roycechua23/testRNTemplate.git", "author": "Royce Chua", "license": "MIT" }