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 ( props.callback(props.params) }> -
  • + { props.children } -
  • +
    ); }; const AccountsListJsx = (props) => { return ( - + ); }; const HashtagListJsx = (props) => { return ( - + ); } @@ -153,10 +153,9 @@ const styles = { }, searchBar: { padding: 10, - fontSize: "1.1em", + fontSize: 17, color: "#888" }, - searchList: { padding: 0 }, searchResultContainer: { display: "flex", diff --git a/src/components/pages/discover/view-hashtag.js b/src/components/pages/discover/view-hashtag.js index fc61cc0..48519aa 100644 --- a/src/components/pages/discover/view-hashtag.js +++ b/src/components/pages/discover/view-hashtag.js @@ -46,7 +46,7 @@ const ViewHashtagJsx = ({navigation}) => { #{ state.name } - { state.nPosts } posts + { state.nPosts } posts { + -
    + + { You're all caught up. -
    Wow, it sure is a lovely day outside 🌳 { See older posts
    -
    +
    ); @@ -89,7 +90,7 @@ const styles = { alignItems: "center", }, interruptionHeader: { - fontSize: "1.3em" + fontSize: 21 }, checkmark: { width: screen_width * 0.3, diff --git a/src/components/pages/profile.js b/src/components/pages/profile.js index b5c8b32..ea5c299 100644 --- a/src/components/pages/profile.js +++ b/src/components/pages/profile.js @@ -127,7 +127,7 @@ const ProfileDisplayJsx = ({navigation}) => { style = { styles.displayName }> {state.displayName} - @{state.username} + @{state.username} { { rows.map((row, i) => { return ( - + ) }) } diff --git a/src/components/posts/post.js b/src/components/posts/post.js index 5767612..b8fc264 100644 --- a/src/components/posts/post.js +++ b/src/components/posts/post.js @@ -134,7 +134,7 @@ export const RawPostJsx = (props) => { reblogged = { props.data.reblogged } /> - { props.data.username } { props.data.content } + { props.data.username } { props.data.content }