Skip to content

Transition content doesn't render inside a ScrollView #8

Description

@acb

This transition lib doesn't render anything if it's inside a ScrollView. Code to reproduce is very simple:

  <Transition duration={300} easing={Easing.ease}>
    <Text>I don't render :(</Text>
  </Transition>
</ScrollView>

If you switch the ScrollView to a View then it'll render. This was tested on Android, couldn't get my iOS test bed running to test.

I haven't dug into it super deep but it smells like the same issue as ptomasroos/react-native-scrollable-tab-view#187 -- if you use ViewPagerAndroid it's no good, and breaks in ScrollViews.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions