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

Updates from Thu Mar 12 #145

Merged
merged 1 commit into from
Mar 12, 2015
Merged

Updates from Thu Mar 12 #145

merged 1 commit into from
Mar 12, 2015

Conversation

vjeux
Copy link
Contributor

@vjeux vjeux commented Mar 12, 2015

  • Fixed sticky section headers in ListView | Nick Lockwood
  • [ReactNative] AppState cleanup, remove Subscribable, add in OSS examples | Eric Vicenti
  • [react-packager] package.json cleanup (seperate packager into it's own package) | Amjad Masad
  • [ReactNative] Move PushNotificationIOS to oss | Tadeu Zagallo
  • [ReactNative] Fix shake gesture after RedBox is dismissed | Alex Kotliarskyi
  • [catlyst|madman] fix prop type warning | Jiajie Zhu
  • [ReactNative] Remove Subscribable from TextInput | Eric Vicenti
  • Unforked ExceptionsManager, AlertManager and AppState | Nick Lockwood
  • [ReactNative|MAdMan] Notification Subscribable | Eric Vicenti
  • [ReactNative] OSS AsyncStorage with example | Spencer Ahrens

- Fixed sticky section headers in ListView | Nick Lockwood
- [ReactNative] AppState cleanup, remove Subscribable, add in OSS examples | Eric Vicenti
- [react-packager] package.json cleanup (seperate packager into it's own package) | Amjad Masad
- [ReactNative] Move PushNotificationIOS to oss | Tadeu Zagallo
- [ReactNative] Fix shake gesture after RedBox is dismissed | Alex Kotliarskyi
- [catlyst|madman] fix prop type warning | Jiajie Zhu
- [ReactNative] Remove Subscribable from TextInput | Eric Vicenti
- Unforked ExceptionsManager, AlertManager and AppState | Nick Lockwood
- [ReactNative|MAdMan] Notification Subscribable | Eric Vicenti
- [ReactNative] OSS AsyncStorage with example | Spencer Ahrens
frantic added a commit that referenced this pull request Mar 12, 2015
Updates from Thu Mar 12
@frantic frantic merged commit 252c9eb into facebook:master Mar 12, 2015
harrykiselev pushed a commit to harrykiselev/react-native that referenced this pull request Aug 5, 2015
…-api

Link to dispatcher API from README.
acoates-ms added a commit to acoates-ms/react-native that referenced this pull request Aug 22, 2019
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
* [Blog Post] Implementing App Loading Anim
* Tweak CSS to improve embedded iframe display
react-one pushed a commit to react-one/react-native that referenced this pull request Sep 24, 2021
react-one pushed a commit to react-one/react-native that referenced this pull request Sep 24, 2021
The `isFirstRouteInParent` method was added to determine whether the back button should be shown in the header for stack navigator or not.
This was mainly due to the API of the old version of stack whose public API of header didn't have all required info to determine whether it should be shown.
It was probably a mistake to add it, because this method doesn't look at history and so pretty much useless for other navigators which aren't stack.

In the new stack, the header receives a `previous` prop and the `headerLeft` option receives a `canGoBack` prop which can be used for this purpose.
It's also possible to check if a route is the first by doing `navigation.dangerouslyGetState().routes[0].key === route.key`.

So it's time to drop this method.
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