UNPKG

create-rn-starter-kit

Version:

Interactive CLI for creating modular React Native apps with Expo

41 lines (40 loc) 711 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ sectionContainer: { flex: 1, backgroundColor: 'white', }, draggableContainer: { flex: 1, }, sectionScrollView: { flex: 1, }, sectionContent: { padding: 16, flex: 1, }, contentContainer: { flex: 1, alignItems: 'center', justifyContent: 'center', paddingVertical: 40, }, contentTitle: { fontSize: 24, fontWeight: 'bold', color: '#333', marginBottom: 16, }, contentText: { fontSize: 16, color: '#666', textAlign: 'center', marginBottom: 16, }, dragInfo: { fontSize: 14, color: '#999', textAlign: 'center', }, });