UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

15 lines (12 loc) 252 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ animatedView: { overflow: "hidden", }, wrapper: { display: "flex", position: "absolute", width: "100%", }, }); export default styles;