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

Added custom navbar to the project Example #2341

Merged
merged 5 commits into from
Sep 26, 2017

Conversation

pgonzalez-santiago
Copy link

I have added some customs navbar in the example project just to test some stuff.

@mention-bot
Copy link

@pgonzalez-santiago, thanks for your PR! By analyzing the history of the files in this pull request, we identified @aksonov, @sarovin and @joenoon to be potential reviewers.

@aksonov
Copy link
Owner

aksonov commented Sep 7, 2017

Sorry, previous PR make conflicts, could you resolve it? Does Example work well with custom navbars? (If no, I should not merge but we need to fix bugs first)

@mcabs3
Copy link
Collaborator

mcabs3 commented Sep 11, 2017

@pgonzalez-santiago is this something you are going to update? Otherwise I can close this PR.

…er-flux

# Conflicts:
#	Example/Example.js
#	Example/components/Launch.js
@pgonzalez-santiago
Copy link
Author

pgonzalez-santiago commented Sep 19, 2017

Done. Sorry for the delay.

@mcabs3 Updated. Sorry had a lot of work and I didn't see your message.

@pgonzalez-santiago
Copy link
Author

Hey @aksonov sorry I didn't answer you to "Does Example work well with custom navbars?" Custom navbar works perfectly.

@mcabs3
Copy link
Collaborator

mcabs3 commented Sep 23, 2017

@pgonzalez-santiago can you pull master and make sure everything is good to go? I will then review it and get this in for you.

@pgonzalez-santiago
Copy link
Author

@mcabs3 Done.

@@ -44,6 +44,7 @@ class TabView extends React.Component {
<Button onPress={() => { Actions.tab_4(); }}>Switch to tab4</Button>
<Button onPress={() => { Actions.tab_5({ data: 'test!' }); }}>Switch to tab5 with data</Button>
<Button onPress={() => { Actions.echo(); }}>push clone scene (EchoView)</Button>
<Button onPress={() => { Actions.echo(); }}>push clone scene (EchoView)</Button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this for?

Copy link
Author

Choose a reason for hiding this comment

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

Duplicated line, can be removed. My mistake.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please, thanks! it will reduce confusion for novice react native devs.

Copy link
Author

Choose a reason for hiding this comment

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

Do you want me to remove the line and push the changes?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes please

Copy link
Author

Choose a reason for hiding this comment

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

Done

@mcabs3 mcabs3 merged commit 256ee8a into aksonov:master Sep 26, 2017
@mcabs3
Copy link
Collaborator

mcabs3 commented Sep 26, 2017

Thanks @pgonzalez-santiago

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.

4 participants