Skip to content

Commit

Permalink
upgrade RN SDK to beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlin-bbpos committed Apr 3, 2024
1 parent 7a16ca8 commit a511a6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions example-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,10 +1101,10 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.14):
- stripe-terminal-react-native (0.0.1-beta.17):
- React-Core
- StripeTerminal (~> 3.2.0)
- StripeTerminal (3.2.1)
- StripeTerminal (~> 3.4.0)
- StripeTerminal (3.4.0)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1380,8 +1380,8 @@ SPEC CHECKSUMS:
RNReanimated: f6b02d8f5eaa2830296411d4ec3b8ef5442dd13d
RNScreens: 17e2f657f1b09a71ec3c821368a04acbb7ebcb46
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stripe-terminal-react-native: 8d9456aaa9103374a2a079233de5b5d4416fc188
StripeTerminal: 420b64bada15fae3b47946662793ae099acb5ed6
stripe-terminal-react-native: a18b7d8957861f853b3cf0daa5d713238ae4b9e4
StripeTerminal: bdca32b058179ff3595c7d886a1cc45d4e810c5c
Yoga: 805bf71192903b20fc14babe48080582fee65a80

PODFILE CHECKSUM: 8c9f0bca78551a74dc0df7badf546b4cdf9eb304
Expand Down
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-native-picker/picker": "2.6.1",
"@react-navigation/native": "^5.x",
"@react-navigation/stack": "^5.x",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.14",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.17",
"@types/jest": "^29.2.1",
"expo": "^50.0.14",
"expo-splash-screen": "~0.26.4",
Expand Down
8 changes: 4 additions & 4 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2411,10 +2411,10 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@stripe/stripe-terminal-react-native@^0.0.1-beta.14":
version "0.0.1-beta.14"
resolved "https://registry.npmjs.org/@stripe/stripe-terminal-react-native/-/stripe-terminal-react-native-0.0.1-beta.14.tgz#62af694ae95848256dcf151d9806d9419e42cfb1"
integrity sha512-prYcL2xcDCW/V+D6gFJSu0C/zxXhbB9XI3dntGk77EFa9fgwBxnW2eq9cJPtqoX/C1Z9zxelaEVsVWRnl3pPRw==
"@stripe/stripe-terminal-react-native@^0.0.1-beta.17":
version "0.0.1-beta.17"
resolved "https://registry.npmjs.org/@stripe/stripe-terminal-react-native/-/stripe-terminal-react-native-0.0.1-beta.17.tgz#d8d0c29c1e322281f1c0939914279857376dbb7a"
integrity sha512-/fsedWVoWfmZiDtPKPj3Zaxu90J+IDo3WP2EGaEtljs1ACIhC5ck/DhqzFF4k8Dnx0i8wNLYD83UxKMp20hS0g==
dependencies:
"@testing-library/react-native" "^12.4.0"
base-64 "^1.0.0"
Expand Down

0 comments on commit a511a6d

Please sign in to comment.