-
Notifications
You must be signed in to change notification settings - Fork 525
CocoaPods could not find compatible versions for pod "tipsi-stripe": #748
Comments
Having the same problem... UPDATE Hope it can help you. |
In your Podfile set |
thank you! this helped us a lot |
thanks its working now |
thanks for save my day. |
I am getting the following error when I run pod install. [!] CocoaPods could not find compatible versions for pod "Stripe": In Podfile:
You have either:
|
here is my podfile require_relative '../node_modules/react-native/scripts/react_native_pods' platform :ios, '13.0' target 'AStar8' do Flags change depending on the env values.flags = get_default_flags() use_react_native!( pod 'RNCCheckbox', :path => '../node_modules/@react-native-community/checkbox' pod 'react-native-video', :path => '../node_modules/react-native-video' pod 'RNSVG', :path => '../node_modules/react-native-svg' target 'AStar8Tests' do Enables Flipper.Note that if you have use_frameworks! enabled, Flipper will not work andyou should disable the next line.use_flipper!() # update this part post_install do |installer| end and here is my package.json { |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: |
Thanks for creating this library.
I am having a bit of trouble getting set up.
I am getting the following error when I run pod install.
here is my podfile
and here is my package.json
The text was updated successfully, but these errors were encountered: