react-bingmaps icon indicating copy to clipboard operation
react-bingmaps copied to clipboard

navigationBarMode = {"compact"} does not work

Open nikkiwong opened this issue 7 years ago • 3 comments

Hi there, I am trying to make the navigation bar compact or minified, but no matter what I do, it stays on default.

nikkiwong avatar Nov 14 '18 09:11 nikkiwong

render() {
    return (
        <div className={styles.mapOne}>
            <ReactBingmaps
                navigationBarMode = {"compact"}
                id="seven"
                className={styles.customClass}
                center={this.state.mapCoOrdinates}
                bingmapKey={this.state.bingmapKey}
                pushPins={this.state.pushPins}
                zoom={this.state.zoom}
            >
            </ReactBingmaps>
        </div>
    );
}

nikkiwong avatar Nov 14 '18 11:11 nikkiwong

I am also facing the same issue. Does anyone have a solution ?

droidthings avatar Apr 24 '19 09:04 droidthings

Any update?

hsluoyz avatar Dec 07 '20 07:12 hsluoyz