Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-payments",
"version": "0.8.3",
"version": "0.8.4",
"description": "Welcome to the best and most comprehensive library for integrating payments like Apple Pay and Google Pay into your React Native app.",
"scripts": {
"run:packager": "cd examples/native && yarn run:packager",
Expand Down
2 changes: 1 addition & 1 deletion react-native-payments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency 'React'
s.dependency 'Stripe', '~> 19'
s.dependency 'Stripe', '~> 23.3.3'
s.dependency 'Braintree', '~> 4'
end