diff --git a/app.json b/app.json
index 5fd50a8..b37901e 100644
--- a/app.json
+++ b/app.json
@@ -7,7 +7,7 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
- "image": "./assets/splash.png",
+ "image": "./assets/test.jpg",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
diff --git a/src/components/navigation/back-bar.js b/src/components/navigation/back-bar.js
index 923bf5c..3b83cbb 100644
--- a/src/components/navigation/back-bar.js
+++ b/src/components/navigation/back-bar.js
@@ -1,19 +1,19 @@
import React from "react";
import { Image } from "react-native";
-import { TouchableWithoutFeedback } from "react-native";
+import { TouchableWithoutFeedback, View } from "react-native";
const BackBarJsx = (props) => {
const backIcon = require("assets/eva-icons/back.png");
return (
-
+
);
};
diff --git a/src/components/navigation/tray.js b/src/components/navigation/tray.js
index 1842c04..5d0c921 100644
--- a/src/components/navigation/tray.js
+++ b/src/components/navigation/tray.js
@@ -1,7 +1,7 @@
import React from "react";
import { Image } from "react-native";
import { activeOrNot } from "src/interface/interactions"
-import { TouchableWithoutFeedback } from "react-native";
+import { TouchableWithoutFeedback, View } from "react-native";
const TrayButtonJsx = (props) => {
return (
@@ -43,45 +43,35 @@ const TrayJsx = (props) => {
}
return (
-
+
+
);
};
diff --git a/src/components/pages/discover.js b/src/components/pages/discover.js
index 10c13e0..d44f68c 100644
--- a/src/components/pages/discover.js
+++ b/src/components/pages/discover.js
@@ -36,7 +36,7 @@ const styles = {
},
searchBar: {
padding: 10,
- fontSize: "1.1em",
+ fontSize: 17,
color: "#888"
},
};
diff --git a/src/components/pages/discover/search.js b/src/components/pages/discover/search.js
index 6bc3edf..779374d 100644
--- a/src/components/pages/discover/search.js
+++ b/src/components/pages/discover/search.js
@@ -85,21 +85,21 @@ const SearchItemJsx = (props) => {
return (