Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterBrxwn committed Apr 26, 2023
1 parent 9e452cf commit f519686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountlyRNExample/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ class Example extends Component {
<Text style={[{ textAlign: 'center' }]}>.</Text>
<Text style={[{ textAlign: 'center' }]}>Push Notification Start</Text>
<CountlyButton onPress={this.askForNotificationPermission} title="askForNotificationPermission" color="#00b5ad" />
<CountlyButton onPress={this.temporaryDeviceIdMode} title="Test Temporary Device ID" color="#00b5ad" />
<CountlyButton onPress={this.temporaryDeviceIdMode} title="Enter Temporary Device ID Mode" color="#00b5ad" />
<CountlyButton onPress={this.changeDeviceId} title="Change Device ID" color="#00b5ad" />
<Text style={[{ textAlign: 'center' }]}>Push Notification End</Text>
<Text style={[{ textAlign: 'center' }]}>.</Text>
Expand Down

0 comments on commit f519686

Please sign in to comment.