In addition, using the default=true value that Apple sets, this is a breaking change then to all React Native surfaces that have custom insets.. isn't it? In current React Native, all apps haveautomaticallyAdjus
21 + } from 'react-native'; 22 + 23 + export function ScrollViewIndicatorInsetsExample() { 24 + const [automaticallyAdjustsScrollIndicatorInsets, setAutomaticallyAdjustsScrollIndicatorInsets] = React.useState(true); 25 + const [modalVisible, setModalVisible] = React.useState(false); ...