0.1.1 • Published 2 years ago

react-native-focused-scroll v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-focused-scroll

An Animated Scrolling View for React Native applications, supported on both iOS and Android

Preview

https://user-images.githubusercontent.com/48021528/183756667-aa1a5447-0e8a-40d9-b451-56b03d500f00.mp4

Installation

npm install react-native-focused-scroll

Usage

import FocusedScrollView from 'react-native-focused-scroll';

// ...

const data = [
  { text: 'text' },
  { text: 'text' },
  { text: 'text' },
]

// ...

return (
  <FocusedScrollView data={data} />
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library