File tree Expand file tree Collapse file tree 6 files changed +21
-24
lines changed Expand file tree Collapse file tree 6 files changed +21
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
"lanType" : " ip" ,
4
4
"dev" : true ,
5
5
"minify" : false ,
6
- "urlRandomness" : " 4s-5j6" ,
7
- "https" : false ,
8
- "scheme" : null ,
9
- "devClient" : false
6
+ "urlRandomness" : null ,
7
+ "https" : false
10
8
}
Original file line number Diff line number Diff line change 1
1
node_modules
2
+ package-lock.json
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const styles = StyleSheet.create({
19
19
justifyContent : 'space-between' ,
20
20
alignItems : 'flex-end' ,
21
21
marginHorizontal : 16 ,
22
- marginVertical : 16 ,
22
+ marginVertical : 26 ,
23
23
flex : 1
24
24
} ,
25
25
pivotExampleContainer : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"expo" : {
3
+ "entryPoint" : " ./App.js" ,
3
4
"name" : " Flexmonster Pivot Table & Charts integration with React Native" ,
4
5
"slug" : " pivot-react-native" ,
5
6
"privacy" : " public" ,
6
- "sdkVersion" : " 47.0.0" ,
7
+ "sdkVersion" : " 52.0.0" ,
8
+ "newArchEnabled" : true ,
7
9
"platforms" : [
8
10
" ios" ,
9
11
" android" ,
25
27
],
26
28
"ios" : {
27
29
"supportsTablet" : true
30
+ },
31
+ "android" : {
32
+ "adaptiveIcon" : {
33
+ "foregroundImage" : " ./assets/icon.png" ,
34
+ "backgroundColor" : " #ffffff"
35
+ }
28
36
}
29
37
}
30
38
}
Original file line number Diff line number Diff line change 8
8
"eject" : " expo eject"
9
9
},
10
10
"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 " ,
15
15
"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 "
18
18
},
19
19
"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 "
22
22
},
23
23
"private" : true
24
24
}
You can’t perform that action at this time.
0 commit comments