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

Fixing Intro Guide #2679

Merged
merged 2 commits into from
Oct 3, 2017
Merged

Fixing Intro Guide #2679

merged 2 commits into from
Oct 3, 2017

Conversation

kelset
Copy link

@kelset kelset commented Sep 30, 2017

Fixes #832 - the code in this page was wrong, that export default was causing errors.

I've also modified a few phrases here and there to help the comprehension.

Fixes #832 - the code in this page was wrong, that export default was causing errors.

I've also modified a few phrases here and there to help the comprehension.
@kelset
Copy link
Author

kelset commented Sep 30, 2017

I've tested the code locally and with that fix it works fine, but always better to get an extra pair of eyes on it - @spencercarli or @matthamil can you just take a quick look so that we can merge and help introducing new people to react-navigation? 😇

@@ -66,7 +68,7 @@ class HomeScreen extends React.Component {
}
}

export default const SimpleApp = StackNavigator({
export const SimpleApp = StackNavigator({

This comment was marked as abuse.

This comment was marked as abuse.

@kelset kelset mentioned this pull request Oct 2, 2017
@kelset
Copy link
Author

kelset commented Oct 2, 2017

Updated my PR to make it work with CRNA & Expo

@GantMan GantMan merged commit c1d181e into master Oct 3, 2017
@GantMan GantMan deleted the kelset-patch-1 branch October 3, 2017 14:05
sourcecode911 pushed a commit to sourcecode911/react-navigation that referenced this pull request Mar 9, 2020
* Fixing Intro Guide

Fixes react-navigation#832 - the code in this page was wrong, that export default was causing errors.

I've also modified a few phrases here and there to help the comprehension.

* more fixes, for CRNA
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.

None yet

3 participants