Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6214

How to import module according platform

$
0
0

I want import a module according platform.

For example:

import MapViewIOS from 'react-native-map-clustering'import MapViewAndroid from 'react-native-maps'const MapView = Platform.select({  ios: MapViewIOS,  android: MapViewAndroid,})

Error:

JSX element type 'MapView' does not have any construct or callsignatures.ts(2604)


Viewing all articles
Browse latest Browse all 6214

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>