Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 789 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 789 Bytes

react-native-focused-scroll

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

Preview

react-native-focus-scroll.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