Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86196c9

Browse files
committed
Updated dependencies
1 parent 7f94665 commit 86196c9

File tree

6 files changed

+21
-24
lines changed

6 files changed

+21
-24
lines changed

.expo/packager-info.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.expo/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"lanType": "ip",
44
"dev": true,
55
"minify": false,
6-
"urlRandomness": "4s-5j6",
7-
"https": false,
8-
"scheme": null,
9-
"devClient": false
6+
"urlRandomness": null,
7+
"https": false
108
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
package-lock.json

App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const styles = StyleSheet.create({
1919
justifyContent: 'space-between',
2020
alignItems: 'flex-end',
2121
marginHorizontal: 16,
22-
marginVertical: 16,
22+
marginVertical: 26,
2323
flex: 1
2424
},
2525
pivotExampleContainer: {

app.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"expo": {
3+
"entryPoint": "./App.js",
34
"name": "Flexmonster Pivot Table & Charts integration with React Native",
45
"slug": "pivot-react-native",
56
"privacy": "public",
6-
"sdkVersion": "47.0.0",
7+
"sdkVersion": "52.0.0",
8+
"newArchEnabled": true,
79
"platforms": [
810
"ios",
911
"android",
@@ -25,6 +27,12 @@
2527
],
2628
"ios": {
2729
"supportsTablet": true
30+
},
31+
"android": {
32+
"adaptiveIcon": {
33+
"foregroundImage": "./assets/icon.png",
34+
"backgroundColor": "#ffffff"
35+
}
2836
}
2937
}
3038
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^49.0.7",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
14-
"react-native": "^0.72.4",
11+
"expo": "~52.0.11",
12+
"react": "18.3.1",
13+
"react-dom": "18.3.1",
14+
"react-native": "0.76.3",
1515
"react-native-flexmonster": "latest",
16-
"react-native-web": "^0.19.7",
17-
"react-native-webview": "^13.3.1"
16+
"react-native-web": "~0.19.13",
17+
"react-native-webview": "13.12.2"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.22.10",
21-
"babel-preset-expo": "^9.5.1"
20+
"@babel/core": "^7.25.2",
21+
"babel-preset-expo": "^12.0.2"
2222
},
2323
"private": true
2424
}

0 commit comments

Comments
 (0)