#Mukesh - hello

1 messages · Page 1 of 1 (latest)

glacial lion
#

Hi there. What can we help you with?

#

Let's chat in this thread

feral cradle
#

getting postalcode and expiry field in strange way

glacial lion
#

Hm I see. What framework are you using ReactNative or just iOS SDK?

feral cradle
#

react native

#

on andorid it works well

#

on iOS it is issue

glacial lion
#

Ok thanks. Let me check with a colleague about this. I'll get right back to you

feral cradle
#

yes please

glacial lion
#

Just curious, have you recently made any changes?

feral cradle
#

meaning ?

glacial lion
#

Is this an existing app that worked before but now is not?

#

Or is this a new app in development

feral cradle
#

earlier we were using tipsi stripe

#

and now using stripe-react-native

#

so getting this issue

#

ok?

glacial lion
#

Yes thanks for the additional context

#

Particularly, did you make sure to get rid of old dependencies?

feral cradle
#

yes

#

and using presentPaymentSheet method

glacial lion
#

Gotcha thanks. Still checking with colleague

wide sluice
#

Hey there, just joining in as i was helping @glacial lion look at this

#

Can you try running our example app as a clean install and tell me if you see the same result?

#

I just ran this and I don't have any layout issues in my ios simulator

feral cradle
#

so what can be issue here ?

#

any thought ?

#

or is there any soltion for this ?

wide sluice
#

I'm not sure - that's what we're trying to figure out!

feral cradle
#

or we can add our style for this ?

wide sluice
#

What version of stripe-react-native are you using?

#

Can you share your code for initPaymentSheet ? Are you including appearance customization?

feral cradle
#

no

#

var paymentSheetOptions = {
customerId:responseAPI.customerId,
customerEphemeralKeySecret:responseAPI.ephemeralKey,
paymentIntentClientSecret:responseAPI.id,
allowsDelayedPaymentMethods: false,
customFlow: false,
testEnv: true,
returnURL: 'stripe-example://stripe-redirect',
merchantDisplayName: 'Merchant Name',
primaryButtonColor: 'black', // Blurple
returnURL: 'stripe-example://stripe-redirect',
defaultBillingDetails:{
address :{
country: 'GB'
}},

          }
#

this is the code

#

^0.6.0

#

ok ?

wide sluice
#

Got it - thanks

#

Since you migrated recently, why did you use this old version?

#

Ah there's a bugfix release 0.6.1 -- at a minimum can you try upgrading to that?

#

But if you're coming to this new I'd suggest moving to the latest version and see if this continues to have layout issues

#

0.11.0

feral cradle
#

ok

#

i try