RN upgrade: Fix sidebar dark overlay

pull/2482/head
Laurent Cozic 2020-02-09 16:41:30 +00:00
parent 46ca24cf9d
commit cd6e5ccfb8
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ class AppComponent extends React.Component {
<AppNav screens={appNavInit} />
</View>
<DropdownAlert ref={ref => this.dropdownAlert_ = ref} tapToCloseEnabled={true} />
<Animated.View pointerEvents='none' style={{ position: 'absolute', backgroundColor: 'black', opacity: this.state.sideMenuContentOpacity, width: '100%', height: '100%' }}/>
<Animated.View pointerEvents='none' style={{ position: 'absolute', backgroundColor: 'black', opacity: this.state.sideMenuContentOpacity, width: '100%', height: '120%' }}/>
</SafeAreaView>
</MenuContext>
</SideMenu>