반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- elasticSearch
- Blade
- cartalyst
- 코로나
- Sentinel
- Java
- Laravel
- as후기
- 코로나19
- 인민공원
- Tutorial
- 개인사업자
- 사업자계좌
- 소액임금체불
- auth
- win32
- 홈택스
- 전자소송
- Python
- 체당금
- 당사자표시정정신청서
- javascript
- 보정명령
- vue
- Bootstrap
- Eclipse
- 이더리움
- reactnative
- php
- blockchain
Archives
- Today
- Total
목록react-native (1)
그냥 사는 이야기

목표 특정 상황에서 간단한 (비프음처럼) 사운드 파일을 재생하고 싶음 1차시도 react-native-sound-player 를 살펴보니 단순하고 쉬워서 어려움이 없을 줄 알았다. yarn add react-native-sound-player import SoundPlayer from 'react-native-sound-player' try { // play the file tone.mp3 SoundPlayer.playSoundFile('tone', 'mp3') // or play from url SoundPlayer.playUrl('') } catch (e) { console.log(`cannot play the sound file`, e) } 프로젝트 내 mp3 파일을 재생하려면 {project_ro..
Development/App
2022. 3. 2. 00:33