The Map component was rendering with the wrong root tag.
Instead of <MapView>_BottomMenuComponent_</MapView>,
it should have been <View><MapView />_BottomMenuComponent_</View> .
Also Made some changes and cleaning up in the bottomMenu component.
We move.
The Map component was rendering with the wrong root tag. Instead of
<MapView>_BottomMenuComponent_</MapView>
, it should have been<View><MapView />_BottomMenuComponent_</View>
.Fixes #81