Thanh Nguyen
Results
1
comments of
Thanh Nguyen
I replaced `LayoutAnimation.easeInEaseOut();` by ` LayoutAnimation.configureNext({ duration: 300, create: { type: LayoutAnimation.Types.easeInEaseOut, property: LayoutAnimation.Properties.opacity, }, update: { type: LayoutAnimation.Types.easeInEaseOut, } }); ` This works on both Android and iOS without...