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

Class

example/src/examples/LegalLabel.tsx:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const screen = Dimensions.get('window');
14
15class LegalLabel extends React.Component<any, any> {
16 state = {
17 _legalLabelPositionY: new Animated.Value(10),
18 legalLabelPositionY: 10,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected