mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 02:56:11 +03:00
Changed file names
This commit is contained in:
parent
1f7c8f03f3
commit
cca0b6c5fb
@ -10,7 +10,7 @@ import {
|
||||
} from "react-native";
|
||||
import Ionicons from "react-native-vector-icons/Ionicons";
|
||||
import { Navigation } from "react-native-navigation";
|
||||
import { lookupAccounts } from "../../providers/steem/Dsteem";
|
||||
import { lookupAccounts } from "../../providers/steem/dsteem";
|
||||
|
||||
export default class Search extends Component {
|
||||
constructor() {
|
@ -14,7 +14,7 @@ import Discover from "./discover/discover";
|
||||
import Settings from "./settings/settings";
|
||||
import Notifications from "./notifications/notification";
|
||||
import PostCard from "../components/post-card/postCard";
|
||||
import Search from "../components/search/Search";
|
||||
import Search from "../components/search/search";
|
||||
|
||||
function registerScreens() {
|
||||
Navigation.registerComponent("navigation.eSteem.Home", () => Home);
|
||||
|
Loading…
Reference in New Issue
Block a user