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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,7 @@
37
37
### Tech Stack
38
38
39
39
* React Native
40
-
* react-native-background-fetch
41
-
* react-native-background-task
40
+
* react-native-background-timer
42
41
* react-native-push-notification
43
42
* moment.js
44
43
@@ -52,7 +51,6 @@
52
51
* You would need android tools and java
53
52
* Generate a Key by following: [https://facebook.github.io/react-native/docs/signed-apk-android.html](https://facebook.github.io/react-native/docs/signed-apk-android.html)
54
53
* run `yarn` to install dependencies
55
-
* run `react-native link` to link the dependencies
56
54
* run on connected android device using: `react-native run-android`
57
55
* build the signed apks using: `cd android && ./gradlew assembleRelease`
0 commit comments