Skip to content

suryanshsingh2001/react-native-rnuilib-wix-starter

Repository files navigation

React-Native-rnuilib-starter Project

This template repostory is a quick starter project for rnuilib with react-native CLI App along with React Navigation.

Quick Start

  1. Clone the repository
git clone https://github.com/suryanshsingh2001/react-native-rnuilib-wix-starter.git
  1. Install the dependencies when in the project directory
cd react-native-rnuilib-wix-starter
npm install
  1. Run the project
npx react-native run-android

or

npx react-native run-ios
  1. Open App.tsx and start working on your app.

  2. By Default, MainStackNavigatior.js is the root navigator for your screens. You can change it in App.tsx file.

Out of the box features

  • React Native CLI Setup.
  • React Navigation Setup.
  • React Native UI Lib Setup.
  • React Native Vector Icons Setup