| 793 | }; |
| 794 | |
| 795 | class MapView extends React.Component<MapViewProps, State> { |
| 796 | static Animated: Animated.AnimatedComponent<typeof MapView>; |
| 797 | private map: NativeProps['ref']; |
| 798 |
nothing calls this directly
no outgoing calls
no test coverage detected