Skip to content

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

License

Notifications You must be signed in to change notification settings

fatemehmarzoughi/react-native-focused-scroll

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published