-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Road to v1 stable #723
Comments
any chance to get this #691 in v1 .. |
@chandu0101, yep, just added it! I'm still searching around for high-pri issues |
@ericvicenti is #175 a high priority for v1? |
@ericvicenti what about #271 debounce action reduce |
@nihgwu, I believe #135, which @ericvicenti included in the list above, would solve that problem. |
I believe #527 is important too |
@migueloller sorry I didn't notice that before |
@nihgwu someone said he still got the issue with master |
@ericvicenti I've noticed you still haven't added #175 / #124 / #690 / #232 The issue of controlling transitions of individual screens seems to be a high priority issue. |
+1 the need for #175. |
+1 need for #175 |
A better way to configure screen transitions is needed for react-navigation to be competitive with other solution. +1 for #175 |
Perhaps #802 (Ability to "replace" screens in the stack navigator) should be on this list? |
Note: Remove if update to React-Navigation fixes issue: react-navigation/react-navigation#723
Note: Remove if update to React-Navigation fixes issue: react-navigation/react-navigation#723
We are just one week away from mid-April and it seems that all of the referenced issues are still open. I guess mid-April deadline is not realistic so far. Is there any new ETA for the stable version? |
The most important thing right now is for us to focus on stability so that people's apps are production-ready. I think #124 and #175 are important for the long-term success of the library, but these are invasive and risky changes. We are trying to stabilize the library, and these features would require us to rip it up. If you're interested in highly-customized animations, you can of course use For those interested in an easy way to configure some screens as a modal and others as a card (#707 #770 #690 #232), you may find this workaround handy. I think it would break a lot of things if we tried to implement it differently. If anybody has ideas for a different implementation, feel free to open up a new issue and we can discuss. Maybe there is an easier way that I'm not seeing. Replace functionality (#802) is also a pretty common request, and I think we could accomplish it by adding a key to the navigation action- you'd just pass the current key in order to replace. It seems that #271 would also get solved by #135. @lashae, I won't make any more promises on timeline, but if you have any important fixes for your app, ping me and I'll help you merge them! |
@ericvicenti The screen life cycle events proposed in #51 are necessary to manage Scene updates on Back, to close and open web sockets / event listeners. Are there proposed work arounds? |
From my perspective, #88 would be great. I could work on it we can make it into next release candidate. |
Animated replace is an important issue for us. #351 |
We are quite settled on the initial list of features to support in v1 release. If you'd like to suggest more improvements, feel free to visit #1263 where we are discussing things to go into second stable release (namely v2) |
I think #706 should be in the list for v1. |
Almost 2 months in past the mid-April v1 estimate. Any status updates? |
+1 for #707 . I think adding a |
Expecting release a new beta version for all the issues are fixed in master. |
I opened several PRs. Is anyone checking this stuff?
|
@rpopovici working on it - project went quiet for a while but we're playing catch up and trying to get things sorted out. Appreciate all the PRs you've opened - we'll get to them! |
@rabrenio Could you add a feature request for that instead of just a comment in the v1 issue. |
Closing this issue in favour of #2585. |
For the first release, lets focus on API sanity and stability, rather than adding every feature that people have requested.
header
configurable #1220<NavigationOptions />
for a less confusing configuration methodAfter v1:
Lets aim to reach stability by mid-April!
The text was updated successfully, but these errors were encountered: