UNPKG
react-native-sound-demo
Version:
latest (0.1.0)
0.1.0
react-native-sound demo project
github.com/zmxv/react-native-sound-demo
zmxv/react-native-sound-demo
react-native-sound-demo
/
index.android.js
4 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
import
{
AppRegistry
}
from
'react-native'
;
import
MainView
from
'./main.js'
;
AppRegistry
.
registerComponent
(
'RNSoundDemo'
,
() =>
MainView
);