Elastic Scroll List Animation • React Native

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 7

  • @massive.educator-shorts
    @massive.educator-shorts  6 місяців тому

    Update: The Moti solution can be more simplified, as we can change AnimatedStyle to DerivedValue and we can use it directly in MotiView's animate property.
    See here for it's visual presentation: twitter.com/aashudubey_ad/status/1765073367496024517

  • @erfelipe
    @erfelipe 7 місяців тому +2

    Your videos are very clear and to the point. Please continue.

  • @gnom-om
    @gnom-om 8 місяців тому

    Thanks! Nice solution.

  • @usmanmarkaz
    @usmanmarkaz 8 місяців тому

    more plz

  • @jervi_sir
    @jervi_sir 8 місяців тому

    great, Btw how to approach a collapsible header when we are scrolling in a MaterialTopTabNavigator, especially when a use navigate in each tab,

    • @massive.educator-shorts
      @massive.educator-shorts  7 місяців тому

      I think to use collapsible header with Top Tab bar, you might need to hack around some solution using scrolling value and animate the header height.
      Or there's also an existing package for this, 'react-native-collapsible-tab-view' which is built on top of 'react-native-tab-view' package used by react-navigation under the hook, you can give it a try.
      package: github.com/PedroBern/react-native-collapsible-tab-view

  • @sofiyasami9278
    @sofiyasami9278 4 місяці тому

    it is not working