-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: move to js monorepo #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. The workspace
package version dependencies should be fine to use.
Some notes from testing the demo app:
It seems like some of the Android config which enabled streamed queries is no longer applied. When testing on a device the connection did not resolve.
iOS seems to work fine 😄
...se-todo-list-react-native/android/app/src/main/java/com/powersync/example/MainApplication.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work!
Description
Move toward a JS monorepo with Pnpm
Work Done