UNPKG

react-native-pili-player

Version:
10 lines (9 loc) 137 B
/** * Created by buhe on 16/4/28. */ import Player from './Player' import Live from './Live' module.exports = { Player, Live }