Skip to content

Commit 3aefd18

Browse files
committed
update react-native-supabase-group-chat build config to match behaviour when in monorepo
1 parent 80d74c3 commit 3aefd18

File tree

3 files changed

+13908
-1
lines changed

3 files changed

+13908
-1
lines changed

demos/react-native-supabase-group-chat/app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const config: ExpoConfig = {
5151
},
5252
plugins: [
5353
'expo-router',
54+
'expo-font',
5455
[
5556
'expo-build-properties',
5657
{

demos/react-native-supabase-group-chat/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,24 @@
2727
"@powersync/react": "^1.8.2",
2828
"@powersync/react-native": "^1.27.1",
2929
"@react-native-async-storage/async-storage": "1.23.1",
30+
"@react-navigation/native": "^7.0.14",
3031
"@shopify/flash-list": "1.7.3",
3132
"@supabase/supabase-js": "2.39.0",
3233
"@tamagui/animations-react-native": "1.79.6",
3334
"@tamagui/babel-plugin": "1.79.6",
3435
"@tamagui/config": "1.79.6",
36+
"@tamagui/core": "1.79.6",
3537
"@tamagui/font-inter": "1.79.6",
3638
"@tamagui/lucide-icons": "1.79.6",
39+
"@tamagui/shorthands": "1.79.6",
3740
"@tamagui/theme-base": "1.79.6",
41+
"@tamagui/themes": "1.79.6",
3842
"date-fns": "^2.30.0",
39-
"expo": "52.0.46",
43+
"expo": "52.0.47",
4044
"expo-build-properties": "~0.13.2",
4145
"expo-crypto": "~14.0.2",
4246
"expo-dev-client": "~5.0.20",
47+
"expo-font": "13.0.4",
4348
"expo-linking": "~7.0.5",
4449
"expo-router": "4.0.21",
4550
"expo-splash-screen": "~0.29.22",

0 commit comments

Comments
 (0)