Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed UIManager code that caused issues with overlay in RadioForm #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luispeerez
Copy link

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

@gfrileux
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants