using 0.6.0
It appears that only in android, custom callout content will be clickable. So its impossible to add things like switch or element.
Anyone know a way to around this?
Thanks
<MapView.Callout tooltip={true} flat={true}>
<View>
<Switch onTintColor='#a4cf5f'/>
<Text style={{ color: '#fff' }}>This is a custom callout bubble view</Text>
</View>
</MapView.Callout>
using 0.6.0
It appears that only in android, custom callout content will be clickable. So its impossible to add things like switch or element.
Anyone know a way to around this?
Thanks