Skip to content

Commit d9b4396

Browse files
authored
Add RN Expo background sync example (#269)
1 parent dd0aa63 commit d9b4396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

usage/use-case-examples/background-syncing.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Applications often need to sync data when they're not in active use. This docume
1010
Background syncing has been tested in:
1111

1212
- **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).
1314
- **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)
1415

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).
1617

1718
## Flutter Implementation Guide
1819

0 commit comments

Comments
 (0)