nandorojo / react-native-anchors

🦅 Anchor links and scroll-to utilities for React Native (+ Web)
MIT License
295 stars 3 forks source link

Honour horizontal prop in exported FlatList #2

Closed heysailor closed 3 years ago

heysailor commented 3 years ago

Pass the horizontal prop from the exported FlatList component down to the underlying React Native FlatList, in the same way the exported ScrollView does. Fixes #1

nandorojo commented 3 years ago

Could you change this to the tsx file? The js file is just a build file and should be gitignored, I must have put it there when testing.

nandorojo commented 3 years ago

Around like 444: https://github.com/nandorojo/react-native-anchors/blob/master/src/index.tsx

nandorojo commented 3 years ago

🤑 thanks!

nandorojo commented 3 years ago

Fixed in 0.2.2