Skip to content

Commit

Permalink
fix(mobile): 🐛 Fix PropTypes errors
Browse files Browse the repository at this point in the history
Fixes #2213

Signed-off-by: Yunus Andréasson <yunus@edenmind.com>
  • Loading branch information
YunusAndreasson committed Jul 29, 2023
1 parent 3710e33 commit 8d265b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file modified mobile/.yarn/install-state.gz
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion mobile/components/play-sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export default function PlaySound({ audioFileNames, buttonText }) {
}

PlaySound.propTypes = {
audioFileNames: PropTypes.array.isRequired,
audioFileNames: PropTypes.any.isRequired,
buttonText: PropTypes.string.isRequired
}
4 changes: 2 additions & 2 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://openarabic.io",
"repository": "https://github.com/edenmind/OpenArabic",
"version": "1444.12.327",
"version": "1444.12.328",
"authors": [
"Yunus Andreasson <yunus@edenmind.com> (https://github.com/YunusAndreasson)"
],
Expand Down Expand Up @@ -54,7 +54,7 @@
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-error-boundary": "^1.2.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.8.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "5.9.1",
Expand Down
10 changes: 5 additions & 5 deletions mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12694,7 +12694,7 @@ __metadata:
react-dom: 18.2.0
react-native: 0.72.3
react-native-error-boundary: ^1.2.3
react-native-gesture-handler: ~2.12.0
react-native-gesture-handler: ~2.9.0
react-native-get-random-values: ~1.8.0
react-native-pager-view: 6.2.0
react-native-paper: 5.9.1
Expand Down Expand Up @@ -14264,9 +14264,9 @@ __metadata:
languageName: node
linkType: hard

"react-native-gesture-handler@npm:~2.12.0":
version: 2.12.0
resolution: "react-native-gesture-handler@npm:2.12.0"
"react-native-gesture-handler@npm:~2.9.0":
version: 2.9.0
resolution: "react-native-gesture-handler@npm:2.9.0"
dependencies:
"@egjs/hammerjs": ^2.0.17
hoist-non-react-statics: ^3.3.0
Expand All @@ -14276,7 +14276,7 @@ __metadata:
peerDependencies:
react: "*"
react-native: "*"
checksum: 5147357b3212e269d0b8003e1be9e0993d0770f4880f1a8f52d2d61512c4569c48ec7b866d0a9ee44038785c29e0f84fbb99fd18a8e09552a25910c71602d788
checksum: 6bfdd9d23486193424dcfb0073dd821a216c2783dde746d73a3441e920602343f09efa10261c6f09fcbcb645d029a95305c86f61997053c01ad89751c8c6d236
languageName: node
linkType: hard

Expand Down

0 comments on commit 8d265b8

Please sign in to comment.