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
There are a couple of cases for linking. Choose the appropriate one.
21
20
22
-
-`react-native >= 0.60`
21
+
22
+
### React Native v0.60+
23
23
24
24
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
25
26
26
```bash
27
27
npx pod-install
28
28
```
29
29
30
-
-`react-native <= 0.59`
30
+
For android, the package will be linked automatically on build.
31
+
32
+
<details>
33
+
<summary>For React Native version 0.59 or older</summary>
34
+
35
+
### React Native <= v0.59
31
36
32
37
```bash
33
38
react-native link @react-native-community/push-notification-ios
@@ -44,6 +49,8 @@ react-native link @react-native-community/push-notification-ios
44
49
- manual linking
45
50
46
51
If you don't want to use the methods above, you can always [link the library manually](./docs/manual-linking.md).
0 commit comments