Chester Wood

Results 25 comments of Chester Wood

I notice that the build produces warnings like: **'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer** while compiling the file `RCTScrollViewManager.m` `/Users/maint/github/react-native-tableview-simple/example/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:38:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0...

This happens when using `SafeAreaView`. [Testing](https://github.com/Purii/react-native-tableview-simple/issues/70#issuecomment-480410023) shows the regression appeared in v0.58 when PR #18534 landed, changing the behavior of `SafeAreaView` on iOS 9 and 10. @vovkasm, perhaps you could...

@vovkasm Thanks for the comment. It doesn't seem like this is going to be fixed any time soon. The workaround, of course, is to not use SafeAreaView on iOS 9/10,...

Thanks Mike for looking at this. And thanks for the reassurance about switching to V9. I've noticed that things never turn out as bad as I fear (or as good...