MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps /

Class

src/AnimatedRegion.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43export default class AnimatedMapRegion extends AnimatedWithChildren {
44 constructor(valueIn: Props = {}) {
45 super();
46 this.latitude = getAnimatedValue(valueIn.latitude, defaultValues.latitude);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected