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

更新项目名

parent 6cd747b1
<resources>
<string name="app_name">AMap3D Examples</string>
<string name="app_name">Examples</string>
</resources>
rootProject.name = 'Example'
include ':react-native-amap3d'
project(':react-native-amap3d').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-amap3d/android')
rootProject.name = 'Examples'
include ':react-native-amap3d'
project(':react-native-amap3d').projectDir = new File(rootProject.projectDir, '../../android')
include ':app'
......@@ -17,7 +17,7 @@ if (Platform.OS === 'android') {
export default class Examples extends Component {
static navigationOptions = {
title: 'AMap3D Examples',
title: 'Examples',
}
_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