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

update example

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