mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
c1609bcab8
Summary: Fixes https://github.com/facebook/react-native/issues/1332 When the absolute left position is not set to zero on a provided sceneStyle, scene enabling is broken and no scene will be visible when it is pushed. This was broken recently when the scene disabling was modified to push the scenes offscreen. Closes https://github.com/facebook/react-native/pull/1347 Github Author: Eric Vicenti <evv@fb.com> @public Test Plan: Tested when pushing a scene Navigator in the UIExplorer example while sceneStyle is set on the Navigator