Skip to content

Commit

Permalink
A hot fix for android setup
Browse files Browse the repository at this point in the history
change to the correct  path for receiver
  • Loading branch information
powerful23 authored Feb 27, 2018
1 parent a7d1745 commit 64c32de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/media/push_notifications_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ react-native link aws-amplify-react-native
</intent-filter>
</service>
<receiver
android:name="com.amazonaws.amplify.pushnotification.RNPushNotificationBroadcastReceiver"
android:name="com.amazonaws.amplify.pushnotification.modules.RNPushNotificationBroadcastReceiver"
android:exported="false" >
<intent-filter>
<action android:name="com.amazonaws.amplify.pushnotification.NOTIFICATION_OPENED"/>
Expand Down

0 comments on commit 64c32de

Please sign in to comment.