|
|
|
|
|
by LeoNatan25
3422 days ago
|
|
This is true. Some great ones exist (like https://github.com/airbnb/react-native-maps and https://github.com/wix/react-native-navigation), but those are few and far between. Most are very simplistic and only solve very narrow cases. So you end up having to do a lot of the work yourself, for both platforms. And that is a big chore, as there is a lot of boilerplate to integrate native components with RN. Disclaimer: react-native-navigation is developed by Wix, my employer, but I have not worked on that one. |
|