Skip to content

Commit

Permalink
fix example Android app (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe authored May 21, 2024
1 parent e599943 commit 10c031c
Show file tree
Hide file tree
Showing 3 changed files with 2,717 additions and 2,390 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"start": "react-native start"
},
"dependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.1",
"react": "18.0.0",
"react-native": "0.69.9",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-radio-buttons-group": "^3.0.2",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.15.0"
"react-native-screens": "3.29.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
Loading

0 comments on commit 10c031c

Please sign in to comment.