반응형
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 |
Tags
- 당사자표시정정신청서
- Python
- Laravel
- blockchain
- 소액임금체불
- vue
- Java
- as후기
- auth
- 인민공원
- win32
- 체당금
- Sentinel
- 전자소송
- 코로나
- 사업자계좌
- 보정명령
- 이더리움
- 개인사업자
- Bootstrap
- reactnative
- php
- Tutorial
- 코로나19
- elasticSearch
- javascript
- Eclipse
- 홈택스
- Blade
- cartalyst
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