Do the following to fix this collisions: react-native-maps/react-native-maps#1615 (comment)
Go to the node_modules/react-native-charts-wrapper/iOS
Run: grep -rn “onSelect” .
Replace all instances found of onSelect with onChartSelect
Go to the node_modules/react-native-charts-wrapper/lib
Run: grep -rn “onSelect” .
Replace all instances found of onSelect with onChartSelect
==========
Open node_modules/react-native-charts-wrapper by VsCode
Replace all instances found of onSelect with onChartSelect