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

Update README.md #3275

Merged
merged 2 commits into from
Sep 21, 2018
Merged

Update README.md #3275

merged 2 commits into from
Sep 21, 2018

Conversation

ps0305
Copy link
Contributor

@ps0305 ps0305 commented Sep 18, 2018

No description provided.

README.md Outdated
@@ -78,10 +80,10 @@ react-native run-ios
* in case of handler's failure, `failure` prop (if defined) will be run.
* Combining `onEnter`, `onExit`, `success`, and `failure` makes patterns like authentication, data validation, and conditional transitions simple and intuitive.
* [MobX](https://mobx.js.org/)-friendly: all scenes are wrapped with `observer`. You may subscribe to `navigationStore` (`Actions` in v3) and observe current navigation state. Not applicable to Redux.
* Flexible nav bar customization not currently allowed by React Navigation:
* Flexible Nav bar customization ,currently not allowed by React Navigation:
https://github.com/react-community/react-navigation/issues/779
Copy link
Owner

Choose a reason for hiding this comment

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

Is this comma correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope,it got misplaced !

Copy link
Owner

Choose a reason for hiding this comment

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

Could you fix it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure

@aksonov
Copy link
Owner

aksonov commented Sep 20, 2018

Thanks!

README.md Outdated
@@ -78,10 +80,10 @@ react-native run-ios
* in case of handler's failure, `failure` prop (if defined) will be run.
* Combining `onEnter`, `onExit`, `success`, and `failure` makes patterns like authentication, data validation, and conditional transitions simple and intuitive.
* [MobX](https://mobx.js.org/)-friendly: all scenes are wrapped with `observer`. You may subscribe to `navigationStore` (`Actions` in v3) and observe current navigation state. Not applicable to Redux.
* Flexible nav bar customization not currently allowed by React Navigation:
* Flexible Nav bar customization ,currently not allowed by React Navigation:
https://github.com/react-community/react-navigation/issues/779
Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope,it got misplaced !

README.md Outdated
@@ -78,10 +80,10 @@ react-native run-ios
* in case of handler's failure, `failure` prop (if defined) will be run.
* Combining `onEnter`, `onExit`, `success`, and `failure` makes patterns like authentication, data validation, and conditional transitions simple and intuitive.
* [MobX](https://mobx.js.org/)-friendly: all scenes are wrapped with `observer`. You may subscribe to `navigationStore` (`Actions` in v3) and observe current navigation state. Not applicable to Redux.
* Flexible nav bar customization not currently allowed by React Navigation:
* Flexible Nav bar customization ,currently not allowed by React Navigation:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Flexible Nav bar customization, currently not allowed by React Navigation:

Copy link
Owner

@aksonov aksonov Sep 21, 2018

Choose a reason for hiding this comment

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

I see comma right before 'currently', so now it is "Flexible Nav bar customization ,currently not allowed by React Navigation:"

@aksonov aksonov merged commit 2e68afa into aksonov:master Sep 21, 2018
daviscabral added a commit that referenced this pull request Sep 21, 2018
* master:
  Update README.md (#3275)
daviscabral added a commit that referenced this pull request Sep 21, 2018
* master:
  Expo example (#3287)
  Update README.md (#3275)

# Conflicts:
#	examples/expo/components/DrawerContent.js
#	examples/expo/navigation/AppNavigator.js
#	examples/expo/package.json
#	examples/expo/screens/HomeScreen.js
#	examples/expo/yarn.lock
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

2 participants