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

Merge branch 'it18218640' into 'master'

change route

See merge request !4
parents 0de7af3c 2cecc399
......@@ -10,9 +10,9 @@ import {
import {LogBox } from 'react-native';
LogBox.ignoreLogs(['Reanimated 2']);
import home from "./screen/home";
import profile from "./screen/profile";
import report from "./screen/report";
import home from "./src/screen/home";
import profile from "./src/screen/profile";
import report from "./src/screen/report";
import { NavigationContainer } from "@react-navigation/native";
import { createDrawerNavigator } from "@react-navigation/drawer";
......
/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './src/App';
import App from './App';
import {name as appName} from './app.json';
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