Skip to content

Commit db59aff

Browse files
authored
Add PowerSync React Native Libraries (#2095)
1 parent a2829c6 commit db59aff

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

react-native-libraries.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10875,12 +10875,16 @@
1087510875
"githubUrl": "https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native",
1087610876
"npmPkg": "@powersync/react-native",
1087710877
"examples": [
10878+
"https://docs.powersync.com/client-sdk-references/react-native-and-expo",
10879+
"https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-barebones-opsqlite",
1087810880
"https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-group-chat",
10879-
"https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist"
10881+
"https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist",
10882+
"https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-web-supabase-todolist"
1088010883
],
1088110884
"ios": true,
1088210885
"expoGo": true,
10883-
"android": true
10886+
"android": true,
10887+
"web": true
1088410888
},
1088510889
{
1088610890
"githubUrl": "https://github.com/andrew-levy/swiftui-react-native",
@@ -18995,5 +18999,26 @@
1899518999
"githubUrl": "https://github.com/alyssadicarlo/expo-finance-kit",
1899619000
"examples": ["https://github.com/alyssadicarlo/expo-finance-kit/tree/main/example"],
1899719001
"ios": true
19002+
},
19003+
{
19004+
"githubUrl": "https://github.com/powersync-ja/react-native-quick-sqlite",
19005+
"npmPkg": "@journeyapps/react-native-quick-sqlite",
19006+
"examples": [
19007+
"https://docs.powersync.com/client-sdk-references/react-native-and-expo#react-native-quick-sqlite"
19008+
],
19009+
"ios": true,
19010+
"android": true,
19011+
"configPlugin": true
19012+
},
19013+
{
19014+
"githubUrl": "https://github.com/powersync-ja/powersync-js/tree/main/packages/adapter-sql-js",
19015+
"npmPkg": "@powersync/adapter-sql-js",
19016+
"examples": [
19017+
"https://docs.powersync.com/client-sdk-references/react-native-and-expo/expo-go-support"
19018+
],
19019+
"expoGo": true,
19020+
"ios": true,
19021+
"android": true,
19022+
"web": true
1899819023
}
1899919024
]

0 commit comments

Comments
 (0)