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
implementation project(':react-native-azurenotificationhub') // <- Note only include this line if using a version of RN < 0.60 since it will be auto linked
@@ -174,6 +164,17 @@ In `android/app/src/main/AndroidManifest.xml`
174
164
...
175
165
```
176
166
167
+
### If using a version of React Native before [RN 0.60](https://github.com/facebook/react-native/releases/tag/v0.60.0) that does not support autolinking:
0 commit comments