Commit 1d101019 authored by Liyanage S.R's avatar Liyanage S.R

Upload app styles sheet

parent 7eec5a8a
import { StyleSheet } from 'react-native';
const AppStyles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
},
appName: {
fontSize: 20,
fontWeight: 'bold',
fontFamily: 'sans-serif-medium',
color: '#fff8dc' // You can change this color to whatever you want
}
});
export default AppStyles;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment