How To Make Your Own Custom React Native Templates (2021)

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

    CodeRabbit logo
  • 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

  • react-native-new-template

    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

  • testRNTemplate

    { "name": "testrntemplate", "version": "0.0.1", "description": "React Native Template", "repository": "https://github.com/roycechua23/testRNTemplate.git", "author": "Royce Chua", "license": "MIT" }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hello guys, vectos icons is not working in react latest version. Is this only me or anyone else facing issue,

    1 project | /r/reactnative | 15 Oct 2022
  • Getting npm ERR! exited with error code: 128

    1 project | /r/codehunter | 4 May 2022
  • React native vector icon not working on current version 0.60

    1 project | /r/codehunter | 25 Mar 2022
  • Building an Alert Modal with React Native

    2 projects | dev.to | 25 Jan 2022
  • New React Native Vector Icons Directory

    1 project | /r/reactnative | 20 Jan 2022

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?