Wils

Results 10 comments of Wils

I did some debugging and it fails exactly here: ``` AppDelegate+FirebasePlugin.m - Line 191 -[AppDelegate(FirebasePlugin) userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:] ```

same here, removed the plugin and build completes without problems.

The `./gradlew assembleDebug` is completely fine to me. However the `./gradlew assembleRelease` fails with error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task...

Hi, please, what is the status of this PR? It has been there since Dec 2019, kinda basic customization that I feel like should be there since the beginning... Any...

I'm looking forward to this feature as well, I'm creating a demoApp that contains white bg, without this feature the active dots simply disappear, so, we need this in order...

Interesting, I've ran into the same issue, I'm using: Xcode 15.3 iPhone 15 iOS 17.4 Simulator Also, it keeps opening the web browser instead of the standalone App...

> Interesting, I've ran into the same issue, I'm using: Xcode 15.3 iPhone 15 iOS 17.4 Simulator > > Also, it keeps opening the web browser instead of the standalone...

Thanks, it solved the hasContants issue, good catch! Now, I'm facing a crash issue when I call the engage method, it results into: `java.lang.IllegalArgumentException: com.google.android.material.dialog.MaterialAlertDialogBuilder requires a value for the...

Thanks @shubhamguptadream11 In case anyone ran into this issue, I've recently upgraded my App to RN 0.73.8 and got this error well but it was fixed bumping the RNPV to...