Skip to content

Commit d50e2d2

Browse files
author
DominicGBauer
committed
fix: android connection
1 parent da0ab86 commit d50e2d2

File tree

3 files changed

+56
-5
lines changed

3 files changed

+56
-5
lines changed

demos/supabase-todo-list-react-native/android/app/src/main/java/com/powersync/example/MainApplication.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class MainApplication : Application(), ReactApplication {
5252
// If you opted-in for the New Architecture, we load the native entry point for this app.
5353
load()
5454
}
55-
if (BuildConfig.DEBUG) {
56-
ReactNativeFlipper.initializeFlipper(this, reactNativeHost.reactInstanceManager)
57-
}
55+
// if (BuildConfig.DEBUG) {
56+
// ReactNativeFlipper.initializeFlipper(this, reactNativeHost.reactInstanceManager)
57+
// }
5858
ApplicationLifecycleDispatcher.onApplicationCreate(this)
5959
}
6060

demos/supabase-todo-list-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-navigation-stack": "^2.10.4",
5555
"text-encoding": "^0.7.0",
5656
"uuid": "3.4.0",
57-
"web-streams-polyfill": "^3.2.1"
57+
"web-streams-polyfill": "^3.3.2"
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.20.0",

pnpm-lock.yaml

Lines changed: 52 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)