manuthecoder-react-native-spotlight-tour
Version:
React Native library to implement a highly customizable app tour feature with an awesome spotlight effect
25 lines • 629 B
JavaScript
import { StyleSheet } from "react-native";
import { vh } from "../../../helpers/responsive";
export const Css = StyleSheet.create({
footerView: {
alignSelf: "stretch",
flexDirection: "row",
justifyContent: "space-around",
marginTop: vh(1),
},
mainView: {
alignItems: "center",
backgroundColor: "white",
borderRadius: 8,
justifyContent: "center",
padding: vh(1),
},
navButton: {
alignItems: "center",
padding: vh(2),
},
titleText: {
fontWeight: "bold",
},
});
//# sourceMappingURL=TourBox.styles.js.map