mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 22:12:50 +08:00
* Move old functions trouble shooting to new guides
* Replace getUser, update, and switch to codeblocks
* Revert "Move old functions trouble shooting to new guides"
This reverts commit 229c581172.
* Prettier
* Add env details
* Fixes
32 lines
867 B
JSON
32 lines
867 B
JSON
{
|
|
"name": "supabase-auth-react-native",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@rneui/base": "^5.0.0",
|
|
"@rneui/themed": "^5.0.0",
|
|
"@supabase/supabase-js": "^2.93.1",
|
|
"expo": "~54.0.32",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-url-polyfill": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.6",
|
|
"@testing-library/jest-native": "^5.4.3",
|
|
"@testing-library/react-native": "^13.2.0",
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|