Skip to content

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