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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.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

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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

    React Native command line tools (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