react-native-theoplayer
Version:
A THEOplayer video component for react-native.
11 lines (10 loc) • 382 B
JavaScript
;
import { withTHEOplayerAndroid } from './withTHEOplayerAndroid';
import { withTHEOplayerIOS } from './withTHEOplayerIOS';
const withTHEOplayerWrapper = (config, props) => {
config = withTHEOplayerAndroid(config, props);
config = withTHEOplayerIOS(config, props);
return config;
};
export default withTHEOplayerWrapper;
//# sourceMappingURL=withTHEOplayer.js.map