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: usage/use-case-examples/background-syncing.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ Applications often need to sync data when they're not in active use. This docume
10
10
Background syncing has been tested in:
11
11
12
12
-**Flutter** - Using [workmanager](https://github.com/fluttercommunity/flutter_workmanager/)
13
+
-**React Native & Expo** - Using Expo's `BackgroundTask` API. See our [demo](https://github.com/powersync-community/powersync-react-native-expo-background-sync) and accompanying [blog post](https://www.powersync.com/blog/keep-background-apps-fresh-with-expo-background-tasks-and-powersync).
13
14
-**Kotlin Multiplatform - Android** - Implementation details in the [Supabase To-Do List demo](https://github.com/powersync-ja/powersync-kotlin/blob/main/demos/supabase-todolist/docs/BackgroundSync.md)
14
15
15
-
These examples can be adapted for other frameworks like React Native. For implementation questions or assistance, chat to us on [Discord](https://discord.gg/powersync).
16
+
These examples can be adapted for other platforms/frameworks. For implementation questions or assistance, chat to us on [Discord](https://discord.gg/powersync).
0 commit comments