react-native-sound

How to play sound in React Native?

女生的网名这么多〃 提交于 2019-12-22 11:07:28
问题 I want to play a sound in React Native. I have try to read here in zmxv/react-native-sound, but as a beginner like me, that's documentation make me confused how to apply that in React Native code. Before I have try this one to make react native play sound on event and make a code like this: import React, { Component } from 'react' import { StyleSheet, Text, View, TouchableOpacity } from 'react-native' const Sound = require('react-native-sound') export default class MovieList extends Component

How to play sound in React Native?

限于喜欢 提交于 2019-12-05 19:20:12
I want to play a sound in React Native. I have try to read here in zmxv/react-native-sound , but as a beginner like me, that's documentation make me confused how to apply that in React Native code. Before I have try this one to make react native play sound on event and make a code like this: import React, { Component } from 'react' import { StyleSheet, Text, View, TouchableOpacity } from 'react-native' const Sound = require('react-native-sound') export default class MovieList extends Component { handlePress() { // Play some sound here let hello = new Sound('motorcycle.mp3', Sound.MAIN_BUNDLE,