Commit 33c0cde8 authored by Balasooriya B.M.D.D's avatar Balasooriya B.M.D.D

Merge branch 'UI_Changes' into 'master'

app.js updated

See merge request !29
parents 15ee1657 1582bdf2
......@@ -10,7 +10,6 @@ import US from "./screens/CaptureImage";
import Prescription from "./screens/CapturePrescription";
import Sidebar from "./screens/Sidebar";
import Nutrition from "./screens/Nutrition"
import Notification from "./screens/Notification";
import ChatbotScreen from "./screens/ChatbotScreen";
import WelcomeScreen from "./screens/Chat";
import FeedbackScreen from "./screens/Feedback";
......@@ -33,11 +32,14 @@ import PreviousPlan from "./screens/PreviousPlan";
import SuggestionComponent from "./screens/SuggestionComponent";
import LineChartComponent from "./screens/Graph";
import NotificationInbox from "./screens/NotificationInbox";
import { LogBox } from 'react-native';
const Stack = createStackNavigator()
const Tab = createBottomTabNavigator();
LogBox.ignoreLogs(['Setting a timer']);
export default function App() {
registerNNPushToken(14166, '8pIb6JqSUszbTdAIturtcO');
......@@ -55,7 +57,6 @@ export default function App() {
<Stack.Screen name="Prescription" component={Prescription} />
<Stack.Screen name="Sidebar" component={Sidebar} />
<Stack.Screen name="ChatbotScreen" component={ChatbotScreen} />
<Stack.Screen name="Notification" component={Notification} />
<Stack.Screen name="WelcomeScreen" component={WelcomeScreen} />
<Stack.Screen name="FeedbackScreen" component={FeedbackScreen} />
<Stack.Screen name="BmiCalculator" component={BmiCalculator} />
......
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