expo-stripe-checkout
expo-stripe-checkout copied to clipboard
Cannot read property style of Undefined
When i use StripeCheckout in expo and run then give me error property style undefined
Has there been any progress on this issue?
same issue
@amitkadivar1 @jcuanmeverquote @waqaramjad The issue is stemming from line 85 from the expo-stripe-checkout index.js
Replace style: View.propTypes.style
with style: ViewPropTypes.style
and import ViewPropTypes
from react-native import { WebView, Platform, View, ViewPropTypes } from 'react-native';
Not sure if you guys saw it but i believe this has been fixed : https://github.com/briansztamfater/expo-stripe-checkout/pull/7/files
Edit : The merge has been done, however the npm package isn't updated, could you take care of it quickly @briansztamfater ? Thanks :)
Hey! wondering if you could publish the latest master?
has the latest been published to master?