update
This commit is contained in:
parent
5c0c53d44c
commit
77f23d574d
2 changed files with 2 additions and 2 deletions
2
app.json
2
app.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "Fraud Guard",
|
"name": "Fraud Guard",
|
||||||
"slug": "fraud-guard",
|
"slug": "fake-check-bd",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/images/guard.png",
|
"icon": "./assets/images/guard.png",
|
||||||
|
|
|
||||||
|
|
@ -400,7 +400,7 @@ export default function HomeScreen() {
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
marginTop: 25,
|
marginTop: 20,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue