1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-02 22:33:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

add missing semicolon

This commit is contained in:
tdzl2003
2016-04-06 00:59:23 +08:00
parent 6b3ca2e2e4
commit 2afeb85881

View File

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