#Mukesh - hello
1 messages · Page 1 of 1 (latest)
getting postalcode and expiry field in strange way
Hm I see. What framework are you using ReactNative or just iOS SDK?
Ok thanks. Let me check with a colleague about this. I'll get right back to you
yes please
Just curious, have you recently made any changes?
meaning ?
Is this an existing app that worked before but now is not?
Or is this a new app in development
earlier we were using tipsi stripe
and now using stripe-react-native
so getting this issue
ok?
Yes thanks for the additional context
Did you follow this migration guide? https://github.com/stripe/stripe-react-native/blob/master/docs/tipsi-stripe-migration-guide.md
Particularly, did you make sure to get rid of old dependencies?
Gotcha thanks. Still checking with colleague
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
I'm not sure - that's what we're trying to figure out!
or we can add our style for this ?
What version of stripe-react-native are you using?
Can you share your code for initPaymentSheet ? Are you including appearance customization?
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 ?
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