Commit 06e4a86 1 parent 8634617 commit 06e4a86 Copy full SHA for 06e4a86
File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -5279,10 +5279,10 @@ react-native-edge-to-edge@^0.1.2:
5279
5279
resolved "https://registry.yarnpkg.com/react-native-edge-to-edge/-/react-native-edge-to-edge-0.1.2.tgz#c23f9cbf2d78c5c020fff7beb169557fa87122b7"
5280
5280
integrity sha512-j5f+ipP7FEqHDE8JHW11tv3iska0c7izs1V4/YidDsRWTv5VcA+GUBMSyduhpeUe39joQOd5hLf9/wwZVNiX2A==
5281
5281
5282
- react-native-is-edge-to-edge@^1.1.5 :
5283
- version "1.1.5 "
5284
- resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.5 .tgz#9dff7a1fad17ceb39ff48192c9ddaff5c72a637a "
5285
- integrity sha512-zt/0wLKBYTdoQdaZEvN9Ghi8Kz3Fo3LaWMzWZyJl7aLhvCNPebyi0DW449+PzC5xpIQdfcmumwkaB9VpymvViQ ==
5282
+ react-native-is-edge-to-edge@^1.1.6 :
5283
+ version "1.1.6 "
5284
+ resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6 .tgz#69ec13f70d76e9245e275eed4140d0873a78f902 "
5285
+ integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w ==
5286
5286
5287
5287
react-native-web-image-loader@^0.1.1 :
5288
5288
version "0.1.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-bootsplash" ,
3
- "version" : " 6.2.5 " ,
3
+ "version" : " 6.2.6 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Display a bootsplash on your app starts. Hide it when you want." ,
6
6
"author" :
" Mathieu Acthernoene <[email protected] >" ,
71
71
"node-html-parser" : " ^6.1.13" ,
72
72
"picocolors" : " ^1.1.0" ,
73
73
"prettier" : " ^3.3.3" ,
74
- "react-native-is-edge-to-edge" : " ^1.1.5 " ,
74
+ "react-native-is-edge-to-edge" : " ^1.1.6 " ,
75
75
"sharp" : " ^0.32.6" ,
76
76
"ts-dedent" : " ^2.2.0" ,
77
77
"xml-formatter" : " ^3.6.3"
Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ export function useHideAnimation(config: UseHideAnimationConfig) {
101
101
navigationBarTranslucent,
102
102
} = config ;
103
103
104
- if ( __DEV__ ) {
104
+ // __DEV__ global is missing in react-native-web
105
+ if ( typeof __DEV__ !== "undefined" && __DEV__ ) {
105
106
controlEdgeToEdgeValues ( { statusBarTranslucent, navigationBarTranslucent } ) ;
106
107
}
107
108
Original file line number Diff line number Diff line change @@ -4576,10 +4576,10 @@ react-native-builder-bob@^0.30.2:
4576
4576
which "^2.0.2"
4577
4577
yargs "^17.5.1"
4578
4578
4579
- react-native-is-edge-to-edge@^1.1.5 :
4580
- version "1.1.5 "
4581
- resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.5 .tgz#9dff7a1fad17ceb39ff48192c9ddaff5c72a637a "
4582
- integrity sha512-zt/0wLKBYTdoQdaZEvN9Ghi8Kz3Fo3LaWMzWZyJl7aLhvCNPebyi0DW449+PzC5xpIQdfcmumwkaB9VpymvViQ ==
4579
+ react-native-is-edge-to-edge@^1.1.6 :
4580
+ version "1.1.6 "
4581
+ resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6 .tgz#69ec13f70d76e9245e275eed4140d0873a78f902 "
4582
+ integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w ==
4583
4583
4584
4584
4585
4585
version "0.75.4"
You can’t perform that action at this time.
0 commit comments