The current implementation of the play ref method in react-native-skottie does not support specifying start and end frames, which is a feature in lottie-react-native. This functionality allows for greater control over the animation segments, especially useful in cases where only a part of the animation needs to be played.
The current implementation of the
play
ref method in react-native-skottie does not support specifying start and end frames, which is a feature inlottie-react-native
. This functionality allows for greater control over the animation segments, especially useful in cases where only a part of the animation needs to be played.