It will be desired to adding footer and header with no swipe interactions. How can it be done?
@jjhesk have you tried the using the ListView props renderHeader and renderFooter? Whatever components are passed to those props should not have any swipe interactions on them.
https://facebook.github.io/react-native/docs/listview.html#renderfooter
yes it worked. @jemise111
It's worthwhile to mention that when using the Flatlist implementation you'll need to use the ListFooterComponent and ListHeaderComponent props instead.
https://facebook.github.io/react-native/docs/flatlist.html#listfootercomponent
Most helpful comment
It's worthwhile to mention that when using the
Flatlistimplementation you'll need to use theListFooterComponentandListHeaderComponentprops instead.https://facebook.github.io/react-native/docs/flatlist.html#listfootercomponent