fatemehmarzoughi / react-native-focused-scroll

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 40.7%Language:TypeScript 18.7%Language:C++ 18.4%Language:Objective-C++ 9.5%Language:JavaScript 4.0%Language:Makefile 4.0%Language:Ruby 3.2%Language:Objective-C 1.0%Language:C 0.3%Language:Swift 0.2%