vonovak / react-native-bottom-toolbar

UI Bar in javascript for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button Position keeps changing when rendered on Map

rashrao76 opened this issue · comments

hi
i tried to use react-native-bottom-toolbar inside the MapView (provider : google).
The position of the buttons keeps moving to different parts of the screen.
need help to fix this.
below is the code i have tried
<MapView style={styles.map}
region={{
latitude:20.5937, longitude:78.9629, latitudeDelta:35, longitudeDelta:35
}}
provider="google" mapType="satellite"
>


<BottomToolbar.Action title="Voice">
<BottomToolbar.NestedAction title="Analyze" onPress={(index: number, actionPressed: Object) => {Alert.alert('Analyze');}}/>
<BottomToolbar.NestedAction title="Delete" style="destructive" />


hi, sorry you're having a problem. Unfortunately, this is not actionable without a runnable reproduction. Please open a new issue with a repro if you're still having this problem.