Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oblador/react-native-progress
/ componentDidMount
Method
componentDidMount
CircleSnail.js:54–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
componentDidMount() {
55
if
(this.props.animating) {
56
this.animate();
57
this.spin();
58
}
59
}
60
61
componentDidUpdate(prevProps) {
62
if
(prevProps.animating !== this.props.animating) {
Callers
nothing calls this directly
Calls
2
animate
Method · 0.95
spin
Method · 0.95
Tested by
no test coverage detected