Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.25 KB

nativeup

DEPRECATED: this library has been superceded by jessup, a project setup script for React Native, React for the web, and vanilla JS. Please check it out.

Script to set up a new React Native CLI or Expo project with some basic libraries, including:

Requirements

Usage

Add nativeup/bin to your PATH.

# nativeup [projecttype] my-new-app-name

Where [projecttype] is one of:

  • cli - React Native CLI
  • expo - Expo

Manual Steps

The following steps must be done manually after running nativeup:

Expo

In package.json, add:

+  "jest": {
+    "preset": "jest-expo"
+  },
   "private": "true"
 }

License

MIT