Commit eb54e935 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

change route

parent 8be5d33a
...@@ -10,9 +10,9 @@ import { ...@@ -10,9 +10,9 @@ import {
import {LogBox } from 'react-native'; import {LogBox } from 'react-native';
LogBox.ignoreLogs(['Reanimated 2']); LogBox.ignoreLogs(['Reanimated 2']);
import home from "./screen/home"; import home from "./src/screen/home";
import profile from "./screen/profile"; import profile from "./src/screen/profile";
import report from "./screen/report"; import report from "./src/screen/report";
import { NavigationContainer } from "@react-navigation/native"; import { NavigationContainer } from "@react-navigation/native";
import { createDrawerNavigator } from "@react-navigation/drawer"; import { createDrawerNavigator } from "@react-navigation/drawer";
......
/**
* @format
*/
import {AppRegistry} from 'react-native'; import {AppRegistry} from 'react-native';
import App from './src/App'; import App from './App';
import {name as appName} from './app.json'; import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App); AppRegistry.registerComponent(appName, () => App);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment