(props: any)
| 70 | |
| 71 | export 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 ( |
nothing calls this directly
no outgoing calls
no test coverage detected