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
The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is:
22
+
The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is:
25
23
26
24
```bash
27
25
npx pod-install
@@ -32,42 +30,43 @@ For android, the package will be linked automatically on build.
32
30
<details>
33
31
<summary>For React Native version 0.59 or older</summary>
34
32
35
-
### React Native <= v0.59
33
+
### React Native <= v0.59
36
34
37
35
```bash
38
36
react-native link @react-native-community/push-notification-ios
39
37
```
40
38
41
39
- upgrading to `react-native >= 0.60`
42
40
43
-
First, unlink the library. Then follow the instructions above.
41
+
First, unlink the library. Then follow the instructions above.
@@ -151,16 +151,15 @@ And then in your AppDelegate implementation, add the following:
151
151
This module was created when the PushNotificationIOS was split out from the core of React Native. To migrate to this module you need to follow the installation instructions above and then change you imports from:
0 commit comments