The fastest React Native List component.
npm install react-native-vision-list> TODO: Add documentation
* Fully native cell virtualization
* Synchronous cell rendering and reparenting powered by Fabric and JSI
* Drop-in replacement for FlatList
* Fast mount, re-render and scrolling
> See the example app
``tsx
function ContactCell(props) {
return (
)
}
function App() {
const contacts = useContactBook()
return (
renderItem={(c) =>
/>
)
}
``
VisionList is powered by Margelo.