xdarkleonx

Results 5 issues of xdarkleonx

There is no noDataTextColor prop in v0.5.7

I changed some files like Android manual Installation says... AndroidManifest.xml ``` ``` android/app/src/main/res/values/colors.xml ``` #FFF ``` My package.json dependencies ``` "dependencies": { "react": "17.0.1", "react-native": "0.64.1", "react-native-push-notification": "^7.3.1" }, ```...

Stale

If i wrap my app youtube player throws error "UNAUTHORIZED_OVERLAY" and stop playing.

In portrait orientation backdrop covers all width and works fine, but when you change to landscape backdrop is covering half. ![Screenshot_16940](https://github.com/GSTJ/react-native-magic-modal/assets/32865363/cd14d3d4-a788-4c27-be52-88d4f106e2c4) ``` modalConfig = { animationIn: 'fadeIn', animationOut: 'fadeOut', coverScreen:...