Commit 687842d9 authored by Qiu Xiang's avatar Qiu Xiang

更新项目名

parent 6cd747b1
<resources> <resources>
<string name="app_name">AMap3D Examples</string> <string name="app_name">Examples</string>
</resources> </resources>
rootProject.name = 'Example' rootProject.name = 'Examples'
include ':react-native-amap3d'
project(':react-native-amap3d').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-amap3d/android')
include ':react-native-amap3d' include ':react-native-amap3d'
project(':react-native-amap3d').projectDir = new File(rootProject.projectDir, '../../android') project(':react-native-amap3d').projectDir = new File(rootProject.projectDir, '../../android')
include ':app' include ':app'
...@@ -17,7 +17,7 @@ if (Platform.OS === 'android') { ...@@ -17,7 +17,7 @@ if (Platform.OS === 'android') {
export default class Examples extends Component { export default class Examples extends Component {
static navigationOptions = { static navigationOptions = {
title: 'AMap3D Examples', title: 'Examples',
} }
_renderItem(title, route) { _renderItem(title, route) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment