Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
111 stars 48 forks source link

Tweaked styling in front end to display correctly #2

Closed jdpigeon closed 7 years ago

jdpigeon commented 7 years ago

After following the directions in the readme, I didn't get an app that worked; none of the buttons were appearing.

I was able to fix the problem by just cleaning up the React Native styling and front end. I reduced the number of View components and made sure the Flexbox layout was not hiding anything.

andrekovac commented 7 years ago

Thanks for your pull-request! I will test it within the next days and merge it in then. An update to new RN versions was overdue anyway.

andrekovac commented 7 years ago

Thanks for fixing the example. I made some further changes building on your fixes so that all beacons are visible right away. I also added the entire example app into the repo so that it is easier for new users to test.