Skip to content

Commit 371fe71

Browse files
committed
Migrate old PowerChat demo to use newer package versions and features
1 parent f9e2e9c commit 371fe71

File tree

99 files changed

+13490
-2008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+13490
-2008
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Replace the credentials below with your Supabase, PowerSync and Expo project details.
22
EXPO_PUBLIC_SUPABASE_URL=https://foo.supabase.co
33
EXPO_PUBLIC_SUPABASE_ANON_KEY=foo
4+
EXPO_PUBLIC_SUPABASE_BUCKET= # Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync-attachments.
45
EXPO_PUBLIC_POWERSYNC_URL=https://foo.powersync.journeyapps.com
56
EXPO_PUBLIC_EAS_PROJECT_ID=foo # Optional. Only required when using EAS.

demos/react-native-supabase-group-chat/.eslintrc.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

demos/react-native-supabase-group-chat/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ web-build/
2323
*.tar.gz
2424
.tamagui
2525
ios/
26+
android/
2627
!lib
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/**
2+
.expo/**
3+
android/**
4+
assets/**
5+
bin/**
6+
ios/**
7+
supabase/**
8+
pnpm-lock.yaml
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"semi": true,
3+
"singleQuote": false,
4+
"tabWidth": 2,
5+
"bracketSameLine": true,
6+
"useTabs": false,
7+
"printWidth": 120,
8+
"trailingComma": "none",
9+
"plugins": ["prettier-plugin-embed", "prettier-plugin-sql"]
10+
}

demos/react-native-supabase-group-chat/android/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

demos/react-native-supabase-group-chat/android/app/build.gradle

Lines changed: 0 additions & 176 deletions
This file was deleted.
Binary file not shown.

demos/react-native-supabase-group-chat/android/app/proguard-rules.pro

Lines changed: 0 additions & 14 deletions
This file was deleted.

demos/react-native-supabase-group-chat/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)