Commit 7b82c79c authored by Libin Lu's avatar Libin Lu

update example

parent 720709e4
...@@ -89,6 +89,10 @@ export default class App extends Component { ...@@ -89,6 +89,10 @@ export default class App extends Component {
{this.state.tokenCopyFeedback} {this.state.tokenCopyFeedback}
</Text> </Text>
<Text style={styles.feedback}>
Remote notif won't be available to iOS emulators
</Text>
<TouchableOpacity onPress={() => firebaseClient.sendNotification(token)} style={styles.button}> <TouchableOpacity onPress={() => firebaseClient.sendNotification(token)} style={styles.button}>
<Text style={styles.buttonText}>Send Notification</Text> <Text style={styles.buttonText}>Send Notification</Text>
</TouchableOpacity> </TouchableOpacity>
......
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