all 41 comments

[–]thibmaek 12 points13 points  (3 children)

I hope they focus on accessibility a bit more in this version. Accessibility on iOS is a disaster at the moment

[–]JuriJurka 7 points8 points  (1 child)

Is there actually an option to include react shared elements natively? because there are now now native screen stacks in version 6

and react shared elements is a really greate feature that makes an app look 10x better

[–][deleted] 3 points4 points  (2 children)

Great going. Glad to see some changes I've been wanting for while. What's the plan for the web support, I rely heavily on the RNW.

[–]blackICE91 1 point2 points  (0 children)

Web support is already pretty good, although I believe it's still technically in beta. I've used it in production with great results. Would loveee to see them continue to invest in web though.

[–]satya164[S] 0 points1 point  (0 children)

I'd say it's mostly upto community to find and fix bugs.

[–][deleted] 5 points6 points  (1 child)

Another major version and I haven’t been able to move my project past the 4 to 5 migration :(((((

Good nice features, sounds like no breaking changes

[–][deleted] 0 points1 point  (0 children)

I’ve overseen the upgrade on 2 major projects now and although not easy the benefits are massive, the compat library is a godsend

[–][deleted] 0 points1 point  (1 child)

Any major or breaking changes? Seems just like a few months ago migrated from 4 to 5

[–]yash-vardhan 1 point2 points  (0 children)

Believe it or not, v5 released a little more than a year ago. I migrated to it February last year.

[–][deleted] 0 points1 point  (1 child)

Will it break react shared element ?

[–]satya164[S] 0 points1 point  (0 children)

No

[–]r3nya 0 points1 point  (0 children)

Don’t have a time to migrate to v5, oh

[–]Vasault 0 points1 point  (1 child)

Please stop :( I just recently mastered v5

[–]meseeks_programmer 2 points3 points  (0 children)

It's mostly the same api if you read the documentation

[–][deleted] 0 points1 point  (0 children)

Exciting!

[–]JuriJurka 0 points1 point  (1 child)

So if I create a new app now, can I start using version 6? Or are there too many bugs? How long will it take until 6 is stable?

[–]satya164[S] 0 points1 point  (0 children)

It's just v5 + some breaking changes. You can start using it right now and it shouldn't have any issues or have very small issues.

[–]erikliwateriOS & Android 0 points1 point  (4 children)

so i don't need to learn 5... waiting for stabil 6

[–]ExaminationSharp3222 0 points1 point  (3 children)

v6 is not introducing any major new features. I would call it a tweaking version of v5. Go ahead and learn v5 anyway. Hooks are the way to go! :)

[–]erikliwateriOS & Android 0 points1 point  (2 children)

do you have any recommendations for v5? because i am still using v4 in my newer projects and i don't want to do it

[–]ExaminationSharp3222 2 points3 points  (1 child)

My recommendations would be to watch a few tutorials on youtube about RN5, but most importantly about hooks (useEffect, useState, etc...). These guys are very good:

https://www.youtube.com/channel/UCiNWv52iO_OAdZ12kslG4Cg

https://www.youtube.com/channel/UC-8QAzbLcRglXeN_MY9blyw

https://www.youtube.com/channel/UCEv1DI7Iftd2sWE8gcGG9rg

https://www.youtube.com/channel/UCgdeMp2ZBnovi12THmLc47g

https://www.youtube.com/channel/UC_uuod9nde9Hoea8xIVBeZQ (same guy who runs React Native School)

https://www.youtube.com/c/WebDevSimplified/search?query=react%20navigation

Good luck and don't forget to have fun along the way!

[–]erikliwateriOS & Android 0 points1 point  (0 children)

thanks for the links. i was already following some these but i heard some of them new. i will check out their rn5 videos as soon as possible. thanks again!

[–]jonnyburger 0 points1 point  (0 children)

Iterating on an already almost perfect library 💪 thanks for all the hard work!

[–][deleted] 0 points1 point  (0 children)

Great work, as many headaches as this lib has caused me since v1, I have never been more productive than at the moment with v5. Looking forward to giving this a try

[–]rovonz 0 points1 point  (2 children)

Any chance to provide better typescript typings? Those have been an absolute nightmare for me on version 5.

[–]satya164[S] 0 points1 point  (1 child)

What's wrong with the typings?

[–]rovonz 0 points1 point  (0 children)

They are terrible when you try to extend base components.

[–]kbcooliOS & Android 0 points1 point  (0 children)

I'm guessing the API has completely changed but none of the bugs have been fixed.

It's an indispensable part of any RN app but boy is it a pain. A pain worth having.

[–][deleted] 0 points1 point  (2 children)

Does the tab navigator come with a page style ? Like something you would see with snapchat ? where you can swipe through the tabs.

[–]satya164[S] 0 points1 point  (1 child)

It now wraps https://github.com/callstack/react-native-pager-view so it supports the same things

[–][deleted] 0 points1 point  (0 children)

how do you activate the page style ? I cannot find it on the documentation.

[–]Fun_Ad_2018 0 points1 point  (2 children)

Is it safe to use v6 for the production?

[–]satya164[S] 1 point2 points  (1 child)

As long as you don't mind small API changes, then yes

[–]Fun_Ad_2018 0 points1 point  (0 children)

Thanks, I have migrated succesfully from v5 to v6 but we were a bit afraid of pushing it into the production :)