An open API service indexing awesome lists of open source software.

https://github.com/jaywcjlove/react-native-typescript-example

React Native TypeScript Example
https://github.com/jaywcjlove/react-native-typescript-example

react-native typescript

Last synced: 4 months ago
JSON representation

React Native TypeScript Example

Awesome Lists containing this project

README

          

React Native TypeScript Example
===

```shell
Run instructions for Android:
• Have an Android emulator running (quickest way to get started), or a device connected.
• cd "/Users/wangchujiang/git-project/demo/AwesomeTSProject" && npx react-native run-android

Run instructions for iOS:
• cd "/Users/wangchujiang/git-project/demo/AwesomeTSProject" && npx react-native run-ios
- or -
• Open AwesomeTSProject/ios/AwesomeTSProject.xcworkspace in Xcode or run "xed -b ios"
• Hit the Run button

Run instructions for macOS:
• See https://aka.ms/ReactNativeGuideMacOS for the latest up-to-date instructions.
```

Create a new TypeScript project:

```
npx react-native init AwesomeTSProject --template react-native-template-typescript
```