Skip to main content

All Questions

1 vote
1 answer
704 views

How to Navigate from React Native Component to Native iOS UIViewController

I've integrated React Native into an existing native Objective-C iOS app. I need to navigate from a React Native Component to a native UIViewController, and back. I'm currently trying to get a Native ...
tentmaking's user avatar
  • 2,136
0 votes
1 answer
424 views

React Native: Removing the bottom border from NavigatorIOS

I have a NavigatorIOS that draws a gray border bottom and I can't remove it nor change it's color. How can I remove it? My React Native version is 0.44.0.
llanfair's user avatar
  • 1,885