react-native-stripe-checkout icon indicating copy to clipboard operation
react-native-stripe-checkout copied to clipboard

Results 5 react-native-stripe-checkout issues
Sort by recently updated
recently updated
newest added

I am trying to include the library like so: `import { AddCard, SelectPayment } from 'react-native-stripe-checkout';` As soon as it tries to load the library, I get the error: undefined...

Can you cite an example implementation

Hi There, I am trying run my app on IOS I see this issue Undefined is not an object(evaluating '_ref.bold'). It points to defaultStyles.js:4 and render of index.js:10:65. Thank you,...

I mark this error in the file "addCard" undefined is not a function (evaluating '_this3.props.addCardHandler (calculatedState.numberCard, calculatedState.expiry, calculatedState.cvv )')

I am working on android. In package.json i have the following configurations. "react": "^15.4.2", "react-native": "0.40.0", "react-native-stripe-checkout": "0.0.15", And the code is as below: import { AddCard, SelectPayment } from...