| 41 | }; |
| 42 | |
| 43 | export default class AnimatedMapRegion extends AnimatedWithChildren { |
| 44 | constructor(valueIn: Props = {}) { |
| 45 | super(); |
| 46 | this.latitude = getAnimatedValue(valueIn.latitude, defaultValues.latitude); |
nothing calls this directly
no outgoing calls
no test coverage detected