1.0.0 • Published 2 years ago

@leuducquy/react-native-template v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm.io npm.io PRs Welcome

react-native-template

A starter kit for initializing a new React-Native project with some commonly used preconfigured libraries and the folder structure.

Key features:

Prerequisite

  1. Make sure that you have followed the environment setup instructions properly from the official React Native docs.

  2. The installation command will fail if you have the global legacy react-native-cli installed in your machine. Make sure you uninstall it first:

yarn global remove react-native-cli

or if using npm

npm uninstall -g react-native-cli

Quick start

Generate a new React Native(v0.69.1) app using the @leuducquy/react-native-template:

npx react-native init MyApp --template leuducquy/react-native-template --skip-install

cd ios --> pod install

1.0.0

2 years ago