Skip to main content

All Questions

1 vote
1 answer
805 views

Changing orientation of React-Native app shows strange white rectangle on top (IOS only)

I'm having something strange happening to an app I'm working on. Whenever I rotate the device on IOS to landscape, a white rectangle appears on top: Even when removing everything on this specific ...
Jxb's user avatar
  • 31
2 votes
1 answer
891 views

Dynamically change Login Tab with My Profile tab after the user has logged in

On start of the app, the 'Login' bottom tab is displayed. What I'm trying to achieve is to change the displayed tab which is 'Login' into 'My Profile' Tab after the user has logged in the app. I used ...
Marcel Wade's user avatar
4 votes
2 answers
3k views

How to properly use TabNavigator inside another React Component

Question - How to properly use React Navigation's TabNavigator container component inside another React component that acts just as wrapper component? What I want to achieve - Basically I want the ...
somnathbm's user avatar
  • 659