Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.34 KB

File metadata and controls

59 lines (37 loc) · 2.34 KB

react-native-template-vis-typescript

Build Status

React Native template for a quick start with TypeScript

Usage

  1. Create a new react-native App with this template
$ npx react-native init MyApp --template react-native-template-vis-typescript
  1. Run app
$ yarn react-native run-ios
$ yarn react-native run-android

Note: currently react native cli support autolinking, do not need the command react-native link anymore, it may cause build error after you run the command.

If the library do not support the autolinking, edit the config in react-native.config.js.

Development

Run the template locally

$ npx react-native init MyApp --template file://ThePathToTemplate

ex:

$ npx react-native init MyApp --template file:///Users/username/Projects/react-native-template-vis-typescript

Frameworks

This template including

We recommend if you need