coverScreen={false} isn't working
See original GitHub issueThe modal is covering the screen 100% when we set the property coverScreen = false.
Environment
System: OS: macOS 10.15.3 CPU: (4) x64 Intel® Core™ i5-7360U CPU @ 2.30GHz Memory: 684.58 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 10.18.1 - ~/.nvm/versions/node/v10.18.1/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v10.18.1/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.4, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2 IDEs: Android Studio: 3.5 AI-191.8026.42.35.6010548 Xcode: 11.4/11E146 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.4 => 0.61.4
Platforms
Android and IOS.
Versions
- Android: “9.0”
- iOS: “13.4”
- react-native-modal: “11.5.6”
- react-native: “0.61.4”
- react: “16.9.0”
Reproducible Demo
<Modal
isVisible={isOpen}
backdropOpacity={1}
onBackdropPress={handlePress}
coverScreen={false}
>
<View style={containerStyle}>
<Text style={styles.message}>
{message}
</Text>
</View >
</Modal>
containerStyle: {
display: 'flex',
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
height: 57,
backgroundColor: Colors.secondary,
paddingHorizontal: '30rem',
},
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
coverScreen={false} isn't working · Issue #418 - GitHub
The modal is covering the screen 100% when we set the property coverScreen = false. Environment System: OS: macOS 10.15.3 CPU: (4) x64 ......
Read more >Cover screen OS turns off by itself now isn't turning back on at all
I use the free version of cover screen OS and it blows away the Good lock app. Swipe down and I have flash...
Read more >Galaxy Z Flip 3 & 4: Screen Won't Turn On? Black ... - YouTube
Also i am not responsible should anything go wrong so do at your own risk! … Show more. Show more. Products in current...
Read more >Samsung Galaxy Z Flip 4 Cover Screen Double Click NOT ...
Amazon Daily Deals: http://saunders.gg/amazon❤️ If you enjoy this content, please consider a paid "super thanks" in the video or becoming ...
Read more >Themes / Apps / Mods - CoverScreen OS | Page 5
I followed step by step & it does NOT work for me, very disappointed. I'm on an UI 4.0 system. I guess the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AmirHosseinRnj1 read my comment above Put the styling on a view inside the modal
In Android, if
coverScreen={false}
Touchable or Scroll is not working Any update?