This commit is contained in:
2023-09-18 13:54:47 +05:30
parent 04f4b43eb0
commit d5a31f833b
7 changed files with 68 additions and 0 deletions
+12
View File
@@ -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:{
}
});