Vivek Gupta
Vivek Gupta
hi @mschipperheyn , have you found solution for the bug related to section header ? Please let me know if possible. Thanks
import * as Animatable from 'react-native-animatable'; export default class testing extends Component { constructor(props) { super(props); if (Platform.OS === 'android') { UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); //UIManager.setLayoutAnimationEnabledExperimental(true); } } componentDidMount(){ // LayoutAnimation.configureNext(CustomLayoutLinearSlow);...