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

Transition content doesn't render inside a ScrollView #8

Open
acb opened this issue Mar 31, 2019 · 0 comments
Open

Transition content doesn't render inside a ScrollView #8

acb opened this issue Mar 31, 2019 · 0 comments

Comments

@acb
Copy link

acb commented Mar 31, 2019

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.

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

No branches or pull requests

1 participant