# CNodeJS-React-Native **Repository Path**: tanxchen/CNodeJS-React-Native ## Basic Information - **Project Name**: CNodeJS-React-Native - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-16 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### CNodeJS社区的 React Native实现 * react - v16.8.3 * react-native - v0.59.4 * react-navigation - v3.6.1 --- #### install ```sh yarn install react-native run-ios # or 用xcode打开ios/CNodeJSReactNative.xcodeproj文件夹,运行项目 ``` ---