feat: Android
This commit is contained in:
+13
-4
@@ -11,7 +11,8 @@
|
||||
"test": "node internal/module_scripts/test.js",
|
||||
"prepare": "node internal/module_scripts/prepare.js",
|
||||
"open:ios": "node internal/module_scripts/open-ios.js",
|
||||
"open:android": "node internal/module_scripts/open-android.js"
|
||||
"open:android": "node internal/module_scripts/open-android.js",
|
||||
"postinstall": "node scripts/download-ios.mjs"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
@@ -31,14 +32,14 @@
|
||||
"@babel/core": "^7.26.0",
|
||||
"@types/jest": "^29.2.1",
|
||||
"@types/react": "~19.1.1",
|
||||
"babel-preset-expo": "~55.0.8",
|
||||
"babel-preset-expo": "~56.0.8",
|
||||
"eslint": "~9.39.4",
|
||||
"eslint-config-universe": "^15.0.3",
|
||||
"expo": "^56.0.11",
|
||||
"jest": "^29.7.0",
|
||||
"jest-expo": "~55.0.9",
|
||||
"prettier": "^3.0.0",
|
||||
"react-native": "0.82.1",
|
||||
"react-native": "0.85.3",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"jest": {
|
||||
@@ -51,5 +52,13 @@
|
||||
"expo": "*",
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"build",
|
||||
"android",
|
||||
"ios",
|
||||
"scripts",
|
||||
"src/web",
|
||||
"jecnaapi-react-native.podspec"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user