File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const TrustBadgeComponent = ({
84
84
React . useEffect ( ( ) => {
85
85
if ( showWebview ) {
86
86
Animated . timing ( growAnim , {
87
- toValue : containerHeight ,
87
+ toValue : containerHeight + styles . modalContainer . paddingBottom ,
88
88
easing : Easing . ease ,
89
89
duration : 350 ,
90
90
useNativeDriver : false ,
@@ -158,6 +158,7 @@ const styles = StyleSheet.create({
158
158
modalContainer : {
159
159
height : bundleLoadingHeight ,
160
160
borderTopWidth : 1 ,
161
+ backgroundColor : 'white' ,
161
162
borderColor : '#EDEDED' ,
162
163
shadowColor : '#000' ,
163
164
shadowOffset : {
@@ -167,5 +168,6 @@ const styles = StyleSheet.create({
167
168
shadowOpacity : 0.25 ,
168
169
shadowRadius : 24 ,
169
170
elevation : 3 ,
171
+ paddingBottom : 12 ,
170
172
} ,
171
173
} ) ;
You can’t perform that action at this time.
0 commit comments