in mpush_reactnative_ios_demo/AwesomeProject/index.ios.js [18:33]
render() {
return (
<View style={styles.container}>
<Text style={styles.welcome}>
This is Push iOS Demo!
</Text>
<Text style={styles.instructions}>
To get started, edit index.ios.js
</Text>
<Text style={styles.instructions}>
Press Cmd+R to reload,{'\n'}
Cmd+D or shake for dev menu
</Text>
</View>
);
}