|
1 | 1 | diff --git a/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.js b/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.js |
2 | | -index a935e81..28bcb8c 100644 |
| 2 | +index a935e81..b3a4256 100644 |
3 | 3 | --- a/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.js |
4 | 4 | +++ b/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.js |
5 | 5 | @@ -1,12 +1,14 @@ |
@@ -81,10 +81,13 @@ index a935e81..28bcb8c 100644 |
81 | 81 | {this.renderChildren()} |
82 | 82 | </Animated.View> |
83 | 83 | {!animationDone && ( |
84 | | - <Animated.Image |
85 | | - resizeMode={imageBackgroundResizeMode || "cover"} |
86 | | - source={imageBackgroundSource || require("./background.png")} |
| 84 | +- <Animated.Image |
| 85 | +- resizeMode={imageBackgroundResizeMode || "cover"} |
| 86 | +- source={imageBackgroundSource || require("./background.png")} |
87 | 87 | - style={_dynamicImageBackground( |
| 88 | ++ <Animated.View |
| 89 | ++ // resizeMode={imageBackgroundResizeMode || "cover"} |
| 90 | ++ // source={imageBackgroundSource || require("./background.png")} |
88 | 91 | + style={disableImageBackgroundAnimation ? _staticBackground( |
89 | 92 | + 1, |
90 | 93 | + backgroundColor |
@@ -139,9 +142,8 @@ index a935e81..28bcb8c 100644 |
139 | 142 | -} |
140 | 143 |
|
141 | 144 | export default AnimatedSplash |
142 | | -\ No newline at end of file |
143 | 145 | diff --git a/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.style.js b/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.style.js |
144 | | -index b1d085a..bce6d21 100644 |
| 146 | +index b1d085a..52a2e6f 100644 |
145 | 147 | --- a/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.style.js |
146 | 148 | +++ b/node_modules/react-native-animated-splash-screen/lib/AnimatedSplash.style.js |
147 | 149 | @@ -2,10 +2,18 @@ import { StyleSheet, Dimensions } from "react-native" |
|
0 commit comments