2

React Native Animation 无法缩放。动画更大。我的代码:

import { DangerZone } from 'expo';
const { Lottie } = DangerZone;

款式:

animationContainer: {
    backgroundColor: '#fff',
    alignItems: 'center',
    justifyContent: 'center',z
},

看法:

<Lottie
        ref={(animation) => {
          this.animation = animation;
        }}
        resizeMode="contain"
        loop={Boolean(true)}
        style={{
          width: 300,
          height: 30,
          backgroundColor: '#ccc',
        }}
        source={this.state.animation}
      />

应用截图

我不知道为什么这不起作用。请帮我

4

0 回答 0