Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 726 Bytes

Animations.md

File metadata and controls

10 lines (7 loc) · 726 Bytes

Animations are included

Note: You have to allow the animations for Android (see React Native's documentation)

UIManager.setLayoutAnimationEnabledExperimental &&
  UIManager.setLayoutAnimationEnabledExperimental(true);