Yogev Ben David
21cafcdecc
Fix bottomTabs visible false wrong layout (#6095 )
* Use viewController hidesBottomBarWhenPushed method for bottomTabs visibility
4 years ago
Yogev Ben David
950ac6404f
Fix styling options on iOS 13.4 (#6087 )
iOS 13.4 doesn't allow overriding UIViewController's methods in categories (and it's also discouraged by apple) which causes styles to break.
Move UIViewController override methods from category to controllers.
Fixes BottomTab style visibility
Fixes statusBar.style
Closes #6075
4 years ago
Yogev Ben David
4d9f866097
External components fixes (#5896 )
* Fix external components layout
* Fix external component navigationItem options resolving
* f
4 years ago
yogevbd
196118186f
Fix external components layout
4 years ago
Yogev Ben David
d81b0bf3cf
Add external components e2e, resolve navigationItem from external component (#5861 )
* Add external components e2e, resolve navigationItem from external component
* Update ExternalComponent.test.js
* Update ExternalComponent.test.js
* Fix lint
4 years ago
Yogev Ben David
60c4dfcd72
Bottom tabs attach mode support on iOS (#5733 )
Add iOS support for `bottomTabs.attachMode`.
This property controls when BottomTabs children are attached to hierarchy and when their React views are created.
By default, RNN attaches all children at the same time which might impact loading time as a few screens are instantiated at once.
Using `afterInitialTab` or `onSwitchToTab` generally leads to improved start up time.
4 years ago