Bump screens version
This commit is contained in:
parent
7bae3b2499
commit
1406f0f8ef
|
@ -38,7 +38,8 @@ if (UIManager['RNSScreen']) {
|
|||
<NativeScreen
|
||||
{...rest}
|
||||
ref={ref => (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`
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue