Skip to content

Commit

Permalink
iOS Notifications
Browse files Browse the repository at this point in the history
The iOS notifications now work on the simulator.
  • Loading branch information
sarajaksa committed May 16, 2019
1 parent e2ad12e commit 2b4158f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LoadingNewUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class LoadingNewUsers extends Component {
</Text>
<TouchableHighlight
onPress={() => {
PushNotification.requestPermissions();
this.setState({currentScreen: 3});
}}
style={{
Expand Down

0 comments on commit 2b4158f

Please sign in to comment.