mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
import { View, StyleSheet, Text } from 'react-native';
|
||||
|
||||
export default function(){
|
||||
return <View style={css.wrapper}></View> ;
|
||||
}
|
||||
|
||||
const css = StyleSheet.create({
|
||||
wrapper:{
|
||||
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user