App is working fine in debug mode and it is crashing in release mode When we go the map page and apply zoom in or zoom out the app is crashing
<MapboxGL.ShapeSource
onPress={res => this.storeSelectedValues(res)}
id={'line' + i.toString()}
shape={this.state.routes.features[i]}>
<MapboxGL.SymbolLayer
id={'symbol' + i.toString()}
style={{
iconImage: require('../../asset/images/marker.png'),
iconSize: 0.05,
}}
/>
</MapboxGL.ShapeSource>