UNPKG

expo-router-redux-template

Version:

An expo template featuring expo-router, reduxjs-toolkit, react-native-reanimated, and redux-persist for cross-platform mobile app development.

18 lines (16 loc) 285 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ flex: { flex: 1, }, boxShadow: { shadowColor: 'rgba(0, 0, 0, 0.24)', shadowOffset: { width: 0, height: 2, }, shadowRadius: 7, shadowOpacity: 1, elevation: 8, }, });