Skip to content

Conversation

@rikkikendall
Copy link
Contributor

No description provided.

Copy link
Collaborator

@mafuvadze mafuvadze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just touch up a few syntax stuff and double check that all your imports are used. Great work!!

import React, {Component} from 'react';
import {
Modal,
DatePickerIOS,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have a date picker? isn't the modal just gonna have read only information about the shift?

Comment on lines +34 to +35
StartDate: new Date(),
EndDate: new Date(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be consistent in your naming scheme. Always use camelCase

import {CalendarModal} from './CalendarModal';
import { WeatherWidget } from 'react-native-weather';

export default class Dashboard extends Component {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Vinit, we won't have a Dashboard component, so remove for now :(

name="ios-settings"
size={24}
color="white"
onPress={() => navigation.navigate('Settings')}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants