kiwicom / mobile

:calling: Kiwi.com mobile app written in React Native
https://www.kiwi.com/en/
MIT License
140 stars 33 forks source link

Shared: Fix android toast swipe #1647

Closed tbergquist-godaddy closed 5 years ago

tbergquist-godaddy commented 5 years ago

The toast became visible above the header. Changed marginTop to paddingTop to prevent this behaviour. React-native-gesture-handler was not set up correctly, fix that also(in dev) Note it will not work in production until we fix it in RNHotelsActivity.kt and deploy a new framework