Skip to content

visuallylab/react-native-template-vis-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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