diff --git a/src/views/StackView/screens.js b/src/views/StackView/screens.js index e3ef122..193efdb 100644 --- a/src/views/StackView/screens.js +++ b/src/views/StackView/screens.js @@ -38,7 +38,8 @@ if (UIManager['RNSScreen']) { (this._ref = ref)} - style={StyleSheet.absoluteFill}> + style={StyleSheet.absoluteFill} + > {/* We need to wrap children in additional Animated.View because of a bug in native driver preventing from both `active` and `styles` diff --git a/yarn.lock b/yarn.lock index 2fa41cc..6cde79a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4982,8 +4982,8 @@ react-native-safe-area-view@^0.8.0: hoist-non-react-statics "^2.3.1" react-native-screens@^1.0.0-alpha.3: - version "1.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.3.tgz#22180cf91b4bc797428cde0d01b9b29809f82077" + version "1.0.0-alpha.5" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.5.tgz#439f2f753e1773032f3259cf211f6a30c87cdc01" react-native-tab-view@^0.0.77: version "0.0.77"