@giphy/react-native-sdk
Version:
Giphy React Native SDK
18 lines (17 loc) • 687 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.GiphyVideoViewPlaybackState = void 0;
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const GiphyVideoViewPlaybackState = {
Unknown: 0,
ReadyToPlay: 3,
Playing: 4,
Paused: 5
};
exports.GiphyVideoViewPlaybackState = GiphyVideoViewPlaybackState;
var _default = (0, _codegenNativeComponent.default)('RTNGiphyVideoView');
exports.default = _default;
//# sourceMappingURL=GiphyVideoViewNativeComponent.js.map