ArnaudRinquin / react-native-radio-buttons

[DEPRECATED] A Radio-button like logic wrapper for React Native
https://www.npmjs.com/package/react-native-radio-buttons
MIT License
415 stars 98 forks source link

React Native 0.22 Hot Reloading #25

Open GantMan opened 8 years ago

GantMan commented 8 years ago

For some reason the Radio buttons won't work with React Native 0.22.2 when hot reloading is turned on.

I use segmented controls wrapper, and I get this: simulator screen shot mar 23 2016 12 33 56 pm

Disabling hot reloading and this works fine.

ArnaudRinquin commented 8 years ago

Ah that's a bummer. I have no idea what the issue is and no time to investigate at the moment. Feel free to contribute.

GantMan commented 8 years ago

Quite possible this will work itself out as hot reloading sees progress. I might dip my toe into the pool to see if I can figure it out.