first blood

This commit is contained in:
2026-01-23 16:48:55 +08:00
parent 608af0f289
commit 5e0e7e0069
122 changed files with 8930 additions and 2 deletions

29
rnwalletman/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "rnwalletman",
"version": "1.0.0",
"description": "React Native Wallet Manager",
"main": "index.js",
"types": "index.d.ts",
"scripts": {},
"keywords": ["react-native", "wallet", "upi", "webview", "paytm"],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview": ">=13.0.0",
"@react-native-cookies/cookies": "*"
},
"peerDependenciesMeta": {
"react-native-webview": {
"optional": false
},
"@react-native-cookies/cookies": {
"optional": false
}
},
"dependencies": {},
"react-native": {
"android": "./android"
}
}