UNPKG

@questlabs/react-native-sdk

Version:
11 lines (9 loc) 209 B
import { StyleSheet, Dimensions } from "react-native"; export const styles = StyleSheet.create({ mainView: { flexDirection: "row", flexWrap: "wrap", gap: 4, marginTop: 6, }, });