react-native-gif-player
Version:
react native view component for GIF files
7 lines • 402 B
JavaScript
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
export const Commands = codegenNativeCommands({
supportedCommands: ['jumpToFrame', 'memoryClear']
});
export default codegenNativeComponent('GifPlayerView');
//# sourceMappingURL=GifPlayerViewNativeComponent.js.map