powersync-js
powersync-js copied to clipboard
[Update] Expo 51
Work done
This updates the React Native Supabase todolist application to Expo 51.
Notes
The new Architecture was tested. This is currently not yet supported by @journeyapps/react-native-quick-sqlite
due to nativeCallSyncHook
being undefined.
Expo 51 sets the minimum Android SDK to 23. Currently @journeyapps/react-native-quick-sqlite
has this set to 21. This causes compile issues. This will be fixed before merging this PR.
Testing
This was tested on both iOS and Android
https://github.com/powersync-ja/powersync-js/assets/51082125/22e88306-197e-49e5-8f34-5b0fdf90e21f
Todos
- [ ] Update minimum Android SDK version to
23
from21
in React Native Quick SQLite - [ ] Update other demos