
merge Feature/142 add sound response

Merge branch 'feature/142-add-sound-response' into 'develop'
Branches
Showing
- app.json 4 additions, 2 deletionsapp.json
- components/buttons/AnswerButton.tsx 6 additions, 3 deletionscomponents/buttons/AnswerButton.tsx
- components/buttons/AnswerButtonImage.tsx 0 additions, 73 deletionscomponents/buttons/AnswerButtonImage.tsx
- components/buttons/Base64AudioPlayer.tsx 51 additions, 0 deletionscomponents/buttons/Base64AudioPlayer.tsx
- package-lock.json 59 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 1 deletionpackage.json
- screens/PlayingQuiz/PlayingQuizBody.tsx 12 additions, 18 deletionsscreens/PlayingQuiz/PlayingQuizBody.tsx
components/buttons/Base64AudioPlayer.tsx
0 → 100644
... | ... | @@ -36,7 +36,8 @@ |
"react-native-vector-icons": "^10.2.0", | ||
"react-query": "^3.39.3", | ||
"rxjs": "^7.8.1", | ||
"socket.io-client": "^4.8.1" | ||
"socket.io-client": "^4.8.1", | ||
"expo-av": "~15.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
... | ... |
Please register or sign in to comment