Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
componentDidMount() {
emitter.on("fit-bounds", this._fitBounds);
emitter.on(MapScreen.mapId, this._showLocation);
emitter.once("enable-markers", this._enableMarkers);
}