-
Notifications
You must be signed in to change notification settings - Fork 16
Description
The PayWithFlutterwave component shows white modal and when i clicked anywhere inside the modal it brings up the keyboard.
i am testing on physical device on Android 7
<PayWithFlutterwave onRedirect={param => console.log(param)} options={{ authorization: 'FLWPUBK_TEST-3ffa62793f521b1e3134650390f7ea97-X', tx_ref: ref(), amount: 5000, customer: { name: Bello Toheeb, email: 'oluwaturheeb@gmail.com' }, currency: 'NGN', payment_options: 'card,banktransfer,ussd', customizations: { title: 'MedXpress', description: Session payment with Dr. Darasimi Vincent, } }} custoFlutterwaveInitmButton={(props) => ( <Button style={{ bottom: 125 }} onPress={props.onPress} mode='contained' disabled={disable}> Proceed </Button>) } />
But when i used the FlutterwaveInit method and run the returned uri with webview directly it works!