You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the instructions few threads down on "React Native Drop in fix after React Native v0.69" and you need to move the podspec file from ios to root
node_modules/react-native-braintree-dropin-ui/ios/RNBraintreeDropIn.podspec to
node_modules/react-native-braintree-dropin-ui/RNBraintreeDropIn.podspec
need release a new version with this fix.
Follow the instructions few threads down on "React Native Drop in fix after React Native v0.69" and you need to move the podspec file from ios to root
node_modules/react-native-braintree-dropin-ui/ios/RNBraintreeDropIn.podspec to
node_modules/react-native-braintree-dropin-ui/RNBraintreeDropIn.podspec
This is just a TypeScript error. You can silence it by creating a react-native-braintree-dropin-ui.d.ts file with contents declare module 'react-native-braintree-dropin-ui'
Followed the Code guide , I installed -> npm i --save-dev @types/react-native-braintree-dropin-ui
but I cant import it.
Tried
npm i --save-dev @types/react-native-braintree-dropin-ui
-> did not work.Has anyone encountered this problem?
The text was updated successfully, but these errors were encountered: