mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-13 10:34:33 +00:00
fix example
This commit is contained in:
parent
d1df88524a
commit
c17555b4ea
13
index.ios.js
13
index.ios.js
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* Sample React Native App
|
||||
* https://github.com/facebook/react-native
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var React = require('react-native');
|
||||
@ -70,14 +66,7 @@ var rctsockets = React.createClass({
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<Text style={styles.welcome}>
|
||||
Welcome to React Native!
|
||||
</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
|
||||
Open Dev Tools to see socket chatter
|
||||
</Text>
|
||||
</View>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user