Skip to content

Commit 43d47cd

Browse files
pioner92pioner921227
authored andcommitted
Update README.md
1 parent 5de34c5 commit 43d47cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🚀 SyncTasksManager (JSI)
22

33
<p align="center">
4-
<img src="./assets/img.png" width="600"/>
4+
<img src="./assets/img.png" width="700"/>
55
</p>
66

77
**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 @@
2525
2626
```bash
2727
# Install your native module here (replace with real package)
28-
npm install react-native-sync-tasks-manager
28+
npm install react-native-sync-tasks
2929
```
3030

3131
> Don’t forget to run `pod install` for iOS if using CocoaPods.
@@ -35,7 +35,7 @@ npm install react-native-sync-tasks-manager
3535
## 🛠️ Usage
3636

3737
```ts
38-
import { createTask, SyncTasksManager } from 'react-native-sync-tasks-manager';
38+
import { createTask, SyncTasksManager } from 'react-native-sync-tasks';
3939

4040
const task = createTask<{ response: string }>({
4141
config: {

0 commit comments

Comments
 (0)