contentInsets overwrites scrollIndicatorInsets on iOS #17586
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
React Native 0.52. iOS 11
Steps to Reproduce
contentInset
Expected Behavior
It should not affect
scrollIndicatorInsets
Actual Behavior
Resets
scrollIndicatorInsets
tocontentInset
Workaround
I fixed it for myself by commenting this line in
RCTView.m
The text was updated successfully, but these errors were encountered: