-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Realease date #3
Comments
I'm using this lib myself now, so it's just a matter of finishing docs and examples. The code is stable to use in my experience. So I'd recommend checking out the docs so far (currently a WIP) and seeing if that's sufficient for you to get what's going on. If not, I can't say definitively. Just depends on when I have time in the next few weeks to add docs/examples. But I'd also accept PRs for that! If you want more context on how I arrived at this API, I recommend checking out this thread, I went in deep detail: axeldelafosse/expo-next-monorepo-example#1 |
I'm trying to understand exactly the differences between I can see the API is a little different and The main question is: "Can I do the same things with both?" |
solito is essentially a major version bump, since the API has breaking changes |
yes you can do the same with both, but solito is all about sharing the mental model across platforms. the key thing is that with solito, every navigation action is triggered via URL. this is much better, since it lets your linking config become your source of truth, rather than confusing route names in nested navigators. |
@nandorojo I'm trying to figure it out how to send params though |
it's the same as next router: https://nextjs.org/docs/api-reference/next/router#routerpush just use the |
I still need to add docs for that |
Added docs for |
Thank you fo been so fast! I'm gonna start to convert the code today (probably). So anyway thankyou for helping the community and been so patient. |
Is there a release date for this lib yet?
I started using the
expo-next-react-navigation
and I just found out from a RN radio podcast you area building this one, that is a new version of that package. So I worder if there is a release date from lauching this lib.The text was updated successfully, but these errors were encountered: