expo-stripe-checkout icon indicating copy to clipboard operation
expo-stripe-checkout copied to clipboard

Cannot read property style of Undefined

Open amitkadivar1 opened this issue 5 years ago • 6 comments

When i use StripeCheckout in expo and run then give me error property style undefined

amitkadivar1 avatar Nov 22 '19 18:11 amitkadivar1

Has there been any progress on this issue?

jcuanmeverquote avatar Dec 11 '19 01:12 jcuanmeverquote

same issue

waqaramjad avatar Jan 10 '20 03:01 waqaramjad

@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';

Rakeda avatar Jan 13 '20 19:01 Rakeda

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 :)

Clonescody avatar Jan 29 '20 15:01 Clonescody

Hey! wondering if you could publish the latest master?

sidgrao avatar Jun 15 '20 03:06 sidgrao

has the latest been published to master?

brother-den avatar Nov 16 '20 04:11 brother-den