# react-demo **Repository Path**: tanyang/react-demo ## Basic Information - **Project Name**: react-demo - **Description**: react30 android 学习demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 30 Days of React Native 30 days of React Native Android examples/demos. #### Install ```javascript npm install react-native run-android ``` icon [地址查看](http://ionicframework.com/docs/v2/ionicons/) #### 配置问题 ```javascript //settings.gradle include ':react-native-vector-icons' include ':react-native-maps' project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android') project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/android') //build.gradle compile project(":react-native-vector-icons") // react-native-vector-icons compile project(':react-native-maps') // react-native-maps ```