# react-native-typescript-example **Repository Path**: mirrors_jaywcjlove/react-native-typescript-example ## Basic Information - **Project Name**: react-native-typescript-example - **Description**: React Native TypeScript Example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```