I have a problem when using react-native-simple-radio-button inside a dialog from react-native-popup-dialog https://github.com/jacklam718/react-native-popup-dialog
I found a similar issue here with react-native-modal-selector peacechen/react-native-modal-selector#76 (comment) . The solution provided there works, by removing
if (Platform.OS === 'android') { UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); }
From the RadioForm component.
I will make a pull request to remove this, I would like to know if these lines affect drastically the behaviour or performance of this module.
I have a problem when using react-native-simple-radio-button inside a dialog from react-native-popup-dialog https://github.com/jacklam718/react-native-popup-dialog
I found a similar issue here with react-native-modal-selector peacechen/react-native-modal-selector#76 (comment) . The solution provided there works, by removing
if (Platform.OS === 'android') { UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); }From the RadioForm component.
I will make a pull request to remove this, I would like to know if these lines affect drastically the behaviour or performance of this module.