Closed halid96 closed 1 year ago
You can change de loading component with loadingComponent
prop, but I don't think that is a good option to completely remove it.
Because reCaptcha can open the challenge popup in the front of your screen, like this: (it can represent a terrible UX to your users)
About the status bar on Android, you can change it with statusBarTranslucent
in modalProps
https://reactnative.dev/docs/modal#statusbartranslucent-android
I am using the configuration below, however, it is not fully invisible. The activity indicator appears on iOS. The StatusBar appears on Android.
I am using the following configuration. modalProps prop not rewrites modalProps props correctly.