Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splash screen and partial walkthrough of app implemented #48

Merged
merged 20 commits into from
Apr 24, 2017

Conversation

mstifflin
Copy link

TODO: Finish walking through the rest of the screens.
I decided to push this up since it doesn't break anything, and I made some major changes in the code.

app/Settings.js Outdated
@@ -66,6 +64,20 @@ export default class Settings extends Component {
})
}

// TODO: Move log out to settings screen
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove the things! :-)

app/AddFence.js Outdated
.done(() => {
const {params} = this.props.navigation.state;
const {navigate} = this.props.navigation;
console.log('params in add fence: ', params);
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove this :-)

@kfoxb kfoxb merged commit bab0fbe into blink672:master Apr 24, 2017
@mstifflin mstifflin deleted the signup branch April 24, 2017 22:48
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.

2 participants