Mapbox Implementation
Mapbox
Mapbox Version
10.1.38
React Native Version
0.79.0
Platform
Android
@rnmapbox/maps version
10.1.38
Standalone component to reproduce
import React from 'react';
import {
MapView,
Camera,
UserLocation
} from '@rnmapbox/maps';
const aLine = {
type: 'LineString',
coordinates: [
[-74.00597, 40.71427],
[-74.00697, 40.71527],
],
};
class BugReportExample extends React.Component {
render() {
return (
<MapView style={{flex: 1}}>
<Camera centerCoordinate={[-74.00597, 40.71427]} zoomLevel={14} />
<UserLocation visible={true} showsUserHeadingIndicator />
</MapView>
);
}
}
console.js:654 Warning: Invalid prop sourceID supplied to React.Fragment. React.Fragment can only have key and children props.
at RNMBXShapeSource ()
at ShapeSource (http://19.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.maptify&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:181895:36)
at Animated(Anonymous) (http://19.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.maptify&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:62098:47)
Observed behavior and steps to reproduce
No response
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response
Mapbox Implementation
Mapbox
Mapbox Version
10.1.38
React Native Version
0.79.0
Platform
Android
@rnmapbox/mapsversion10.1.38
Standalone component to reproduce
console.js:654 Warning: Invalid prop
sourceIDsupplied toReact.Fragment. React.Fragment can only havekeyandchildrenprops.at RNMBXShapeSource ()
at ShapeSource (http://19.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.maptify&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:181895:36)
at Animated(Anonymous) (http://19.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.maptify&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:62098:47)
Observed behavior and steps to reproduce
No response
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response