bun add stripe @stripe/stripe-react-native

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 07:07:24 +00:00
committed by GitHub
parent e9a4e892d9
commit af7763cfa3
2 changed files with 2 additions and 0 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -21,6 +21,7 @@
"@gorhom/bottom-sheet": "^4.6.4", "@gorhom/bottom-sheet": "^4.6.4",
"@neondatabase/serverless": "^0.9.4", "@neondatabase/serverless": "^0.9.4",
"@react-navigation/native": "^6.0.2", "@react-navigation/native": "^6.0.2",
"@stripe/stripe-react-native": "^0.38.4",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"expo": "~51.0.28", "expo": "~51.0.28",
@@ -49,6 +50,7 @@
"react-native-screens": "3.31.1", "react-native-screens": "3.31.1",
"react-native-swiper": "^1.6.0", "react-native-swiper": "^1.6.0",
"react-native-web": "~0.19.10", "react-native-web": "~0.19.10",
"stripe": "^16.9.0",
"zustand": "^4.5.5" "zustand": "^4.5.5"
}, },
"devDependencies": { "devDependencies": {