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
3. Link React Native Background Timer library. This step is not necessary when you use React Native >= 0.60 (and your app is not ejected from Expo).
22
22
23
23
```bash
24
-
react-native link react-native-background-timer
24
+
react-native link @boterop/react-native-background-timer
25
25
```
26
26
27
27
4. If you use CocoaPods or React Native >= 0.60 (and your app is not ejected from Expo) or your app is ejected from Expo, then before running your app on iOS, make sure you have CocoaPods installed and run:
@@ -57,7 +57,7 @@ Link the library manually if you get errors:
0 commit comments