react-native-notification-scroll
a scroll notification bar for react native
Installation
npm install react-native-notification-scroll
yarn add react-native-notification-scroll
Usage
import { RNNotificationBar } from 'react-native-notification-scroll';
<RNNotificationBar
notices={['1 asdgajsdhjkahsjkxxxxxxx', '2 zzskdjalksjdlka asdkajks']}
/>
Example
- git clone git@github.com:ansike/react-native-notification-scroll.git
- cd react-native-notification-scroll
- yarn
- yarn example start
Demo
-
demo1
-
demo2
thanks
Thanks to the authors of these libraries for inspiration:
create-react-native-library
LICENSE
MIT