UNPKG

manuthecoder-react-native-spotlight-tour

Version:

React Native library to implement a highly customizable app tour feature with an awesome spotlight effect

8 lines 277 B
import { responsiveHeight, responsiveWidth } from "react-native-responsive-dimensions"; export function vw(percentage) { return responsiveWidth(percentage); } export function vh(percentage) { return responsiveHeight(percentage); } //# sourceMappingURL=responsive.js.map