307499815

Results 3 comments of 307499815

Check yarn.lock file, you will find the version conflict of dependent module "react-native-root-siblings".

Hi, modify like this. It's my work around. But, I don't sure it's a good solution. [https://github.com/307499815/react-native-modals/commit/0f3596c7fa37ad2363ac34a6e31b442b83a6007f](url) ![image](https://user-images.githubusercontent.com/48922886/127184123-03caa7fe-b838-4e16-98c5-acde4df8457b.png)

It's a bug. You need change the code as the following. export default class TabNavigator extends React.Component { static propTypes = { ...ViewPropTypes, sceneStyle: ViewPropTypes.style, **tabBarStyle: ViewPropTypes.style,** tabBarShadowStyle: TabBar.propTypes.shadowStyle, hidesTabTouch:...