RN modal transparency does not work in Android
See original GitHub issueAnyone else experience that? The native modal cover the entire screen with white background. I have tried to use <Modal transparent/>
and <Modal transparent={true}/>
with no luck
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
RN modal transparency does not work in Android #311 - GitHub
Yes I disabled. But still the background is not transparent. It seems a problem with react native Modal. It happens just in Android...
Read more >Problem with transparent background in modal view in react ...
I implemented a modal view in react native which is sliding in from the bottom (similar to the native modal view of iOS)....
Read more >Stack Navigator | React Navigation
Note: If you are building for Android or iOS, do not skip this step, ... See Transparent modals for more details on how...
Read more >react-native-modal - npm
Start using react-native-modal in your project by running `npm i ... The backdrop is not completely filled/covered on some Android devices ...
Read more >Modal | React Native Navigation
A modal is a term used in native iOS world (full description here), while on Android, dialogs are often used to create similar...
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
@nes123 could you tell us what you changed in
styles.xml
?It ended up to be a problem with the definition in the styles.xml file. It is not a bug in the package. Sorry for the false alarm