react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
removed UIManager code that caused issues with overlay in RadioForm
The only main difference is with the removal of this code
if (Platform.OS === 'android') { UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); }
The rest is because Prettier format
hi - this code is also causing issues on Android devices, and throws com.facebook.react.uimanager.IllegalViewOperationException Trying to remove a view index above child count
By commenting the line mentioned in @luispeerez the crash goes away
Since the library works equally well with the lines commented out, I think it'd be best to remove the lines completely.