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

Method constructor

example/src/App.tsx:72–79  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

70
71export default class App extends React.Component<any, any> {
72 constructor(props: any) {
73 super(props);
74
75 this.state = {
76 Component: null,
77 useGoogleMaps: ANDROID,
78 };
79 }
80
81 renderExample([Component, title]: any) {
82 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected