react-native-gallery-preview
Version:
<div> <img align="right" height="720" src="example.gif"> </div>
12 lines (11 loc) • 325 B
JavaScript
;
import React from "react";
import { StatusBar } from "react-native";
import { jsx as _jsx } from "react/jsx-runtime";
export const GalleryStatusBar = props => {
return /*#__PURE__*/_jsx(StatusBar, {
hidden: !props.isFocused,
translucent: true
});
};
//# sourceMappingURL=GalleryStatusBar.ios.js.map