mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 09:17:55 +08:00
Summary: NavigationBar items are fixed to Portrait when Device is in Landscape. This supplements that fix by removing the `width` properties and just using `left` and `right` positioning respectively. <strong>Before:</strong>  <strong>After:</strong>  Closes https://github.com/facebook/react-native/pull/2606 Reviewed By: @vjeux Differential Revision: D2426942 Pulled By: @ericvicenti