UNPKG

react-native-sound-demo

Version:
4 lines (3 loc) 138 B
import {AppRegistry} from 'react-native'; import MainView from './main.js'; AppRegistry.registerComponent('RNSoundDemo', () => MainView);