Brandon Massie
Brandon Massie
@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,...
Hey man, this is due to the Animated.spring function. To resolve this just add a high speed in the speed settings on the config. Ex: ``` Animated.spring(this.position, { toValue: {...
@pramodkumar005 the import is actually in the PackageList.java @akhlopyk this is still not working.
@pramodkumar005 I was able to get this working by adding react-native.config.js into my projects root directory and adding `module.exports = { dependencies: { 'react-native-braintree-dropin-ui': { platforms: { android: null, //...