mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

Fixed Bug with Bottom Bar Layout #82

Closed AlainJobs closed 4 years ago

AlainJobs commented 4 years ago

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