Skip to content

Commit

Permalink
Merge pull request #3 from callstack-internal/feat/stripe-setup
Browse files Browse the repository at this point in the history
feat: basic Stripe dependency setup
  • Loading branch information
arekkubaczkowski authored Nov 17, 2020
2 parents 6cb179a + 9a47286 commit 4191944
Show file tree
Hide file tree
Showing 9 changed files with 14,840 additions and 2 deletions.
4 changes: 3 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ target 'StripeSdkExample' do
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

# FIXME: find a better way add Stripe as a dependency. It should be done automatically
pod 'Stripe', :modular_headers => true

pod 'react-native-stripe-sdk', :path => '../..'

use_native_modules!

# Enables Flipper.
Expand Down
Loading

0 comments on commit 4191944

Please sign in to comment.