Skip to content

missing autoPlay in LottieView #916

Answered by emilioicai
andyl-ioki asked this question in Q&A
Discussion options

You must be logged in to vote

not sure if I get your question,autoPlay is still an optional LottieView prop in 5.1.4 (

if (this.props.autoPlay && this.props.source !== prevProps.source && !!this.props.source) {
). It will be passed to AnimatedNativeLottieView if provided but won't have any effect there as it is only used to trigger play() at LottieView level.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andyl-ioki
Comment options

Answer selected by andyl-ioki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants