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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 🚀 SyncTasksManager (JSI)
2
2
3
3
<palign="center">
4
-
<imgsrc="./assets/img.png"width="600"/>
4
+
<imgsrc="./assets/img.png"width="700"/>
5
5
</p>
6
6
7
7
**SyncTasksManager** is a native JSI-based library for React Native that allows you to manage and execute background sync tasks (such as periodic API polling) efficiently from JavaScript, while delegating the actual execution to the native layer for better performance.
@@ -25,7 +25,7 @@
25
25
26
26
```bash
27
27
# Install your native module here (replace with real package)
28
-
npm install react-native-sync-tasks-manager
28
+
npm install react-native-sync-tasks
29
29
```
30
30
31
31
> Don’t forget to run `pod install` for iOS if using CocoaPods.
0 commit comments