Skip to content

nordin-johan/react-native-navigation

Repository files navigation

React Native Navigation Starter Template

A starter template for react native navigation.

Usage

git clone https://github.com/nordin-johan/react-native-navigation.git

npm install

npm start

If you are having problems:

There is currently(January 2020) a bug in a node module: \node_modules\metro-config\src\defaults\blacklist.js.

Open up blacklist.js and replace:

var sharedBlacklist = [
  /node_modules[/\\]react[/\\]dist[/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

With:

var sharedBlacklist = [
  /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

Prerequisites

  • Node >= v.12
  • Expo CLI

About

Tutorial - React Native Navigation Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published