You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add AppDelegate updates example in Swift (react-native >= 0.77) (#8272)
* chore: add AppDelegate updates example in Swift (react-native >= 0.77)
* Update src/fragments/lib-v1/push-notifications/react-native/getting_started/50_integrate_native_modules.mdx
Co-authored-by: Chris F <[email protected]>
---------
Co-authored-by: Chris F <[email protected]>
Locate and open your `AppDelegate.m` or `AppDelegate.mm` file in your text editor. You should find it in your React Native project under `/ios/<your-project-name>`
21
54
22
55
At the top of your `AppDelegate`, import Amplify Push Notifications:
@@ -39,3 +72,7 @@ In the body of your `AppDelegate`, add the following two methods:
Locate and open your `AppDelegate.m` or `AppDelegate.mm` file in your text editor. You should find it in your React Native project under `/ios/<your-project-name>`
21
54
22
55
At the top of your `AppDelegate`, import Amplify Push Notifications:
@@ -39,3 +72,7 @@ In the body of your `AppDelegate`, add the following two methods:
0 commit comments