Could be a bug: <https://github.com/facebook/react-native/issues/3282> The solution is setting a`onLayout` or `collapsable` property: ```jsx <View onLayout={() => {}}/> <View collapsable={false}/> ```