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
- Host: GitHub
- URL: https://github.com/jaywcjlove/react-native-typescript-example
- Owner: jaywcjlove
- Created: 2019-08-27T04:08:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T03:20:38.000Z (over 3 years ago)
- Last Synced: 2025-10-26T18:36:27.407Z (8 months ago)
- Topics: react-native, typescript
- Language: Java
- Size: 1.26 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```