We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46817a commit ef4eff6Copy full SHA for ef4eff6
app/components/LoginPage.js
@@ -218,7 +218,7 @@ export default class LoginPage extends Component {
218
ref={this.lottieViewRef}
219
style={{width: screenWidth, height: screenHeight / 2}}
220
source={require('../style/lottie/animation-login.json')}
221
- animatedProgress={this.state.progress}
+ progress={this.state.progress}
222
/>
223
</View>
224
app/components/WelcomePage.js
@@ -84,7 +84,7 @@ export default class WelcomePage extends Component {
84
height: 150,
85
}}
86
source={require('../style/lottie/animation-w800-h800.json')}
87
88
89
90
0 commit comments