You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code below renders correctly in the web and I am able to scroll between them and move to the page corresponding to the item in the TabBar when clicked. The same goes for the Android implementation when running from my phone but the TabBar is not visible.
Related to
Components
Demo
Docs
Typings
Steps to reproduce
Create an expo project and try running in both the web and android.
Expected behavior
I expected the TabBar to render on the bottom of the screen of my phone.
Actual behavior
TabBar is not visible at all but I am able to scroll between the tabs.
I didn't managed to reproduce the issue on Android and on IOS seems to work fine on RN 0.73 (which is the version we are supporting currently).
Please try to upgrade the UILIB version to the latest 7.34.
Description
The code below renders correctly in the web and I am able to scroll between them and move to the page corresponding to the item in the TabBar when clicked. The same goes for the Android implementation when running from my phone but the TabBar is not visible.
Related to
Steps to reproduce
Create an expo project and try running in both the web and android.
Expected behavior
I expected the TabBar to render on the bottom of the screen of my phone.
Actual behavior
TabBar is not visible at all but I am able to scroll between the tabs.
Code snippet
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: