-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-android-widget-example",
"description": "Example app for react-native-android-widget",
"version": "0.0.1",
"private": true,
"scripts": {
"xxpreandroid": "echo \"Fixing react-native-screens build\" && rm -rf node_modules/react-native-screens/android/build && rm -rf node_modules/react-native-safe-area-context/android/build",
"android": "react-native run-android --active-arch-only",
"start": "react-native start",
"build:apk:clean": "cd android && ./gradlew clean assembleRelease",
"build:apk": "cd android && ./gradlew assembleRelease"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"react": "19.2.0",
"react-native": "0.83.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.16.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.83.0",
"@react-native/eslint-config": "0.83.0",
"@react-native/metro-config": "0.83.0",
"@react-native/typescript-config": "0.83.0",
"babel-plugin-module-resolver": "^4.1.0"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@3.6.4"
}