How to play sound in React Native?
问题 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