RNScreens's native bottom tabs vs. callstackincubator/react-native-bottom-tabs?
#3174
-
|
I was trying to look up whether there's already a React Navigation integration for the new RNScreens's native bottom tabs, and I found this repo: https://github.com/callstackincubator/react-native-bottom-tabs. I'm wondering whether these are 2 independent parallel implementations solving the same problem or they are intended for different use cases. Any help clearing things up is appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
These are 2 independent implementation, most likely solving very similar problem. We're currently in (the very beginning of) process of landing support for our implementation of bottom tabs in |
Beta Was this translation helpful? Give feedback.
These are 2 independent implementation, most likely solving very similar problem. We're currently in (the very beginning of) process of landing support for our implementation of bottom tabs in
react-navigation/bottom-tabspackage. You may expect work in this field in upcoming weeks.