UNPKG

@pspatel/react-native-app-intro

Version:

A fully customizable React Native component aimed to beautify onboarding experience

14 lines (12 loc) 247 B
import { StyleSheet } from "react-native"; import { screenWidth } from "../../themes"; export const styles = StyleSheet.create({ container: { flex: 1, }, childWrapper: { flex: 1, width: screenWidth, height: "100%", }, });