Skip to content

Overlay opacity is shown even when the dialog is hidden #97

Description

@luispeerez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions