1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
lvbingru 2016-04-06 09:42:55 +08:00
commit b733bed803

View File

@ -9,7 +9,7 @@ import React, {
Platform,
} from 'react-native';
import _updateConfig from '../update.json';
import _updateConfig from './update.json';
const {appKey} = _updateConfig[Platform.OS];
```
@ -122,7 +122,7 @@ class MyProject extends Component {
}).catch(err => {
Alert.alert('提示', '更新失败.');
});
}
};
render() {
return (
<View style={styles.container}>