react-native-notification-scroll
v0.1.3
Published
A React Native component that can scroll the notification bar
Readme
react-native-notification-scroll
a scroll notification bar for react native
Installation
npm install react-native-notification-scroll
yarn add react-native-notification-scrollUsage
import { RNNotificationBar } from 'react-native-notification-scroll';
<RNNotificationBar
notices={['1 asdgajsdhjkahsjkxxxxxxx', '2 zzskdjalksjdlka asdkajks']}
/>Example
- git clone [email protected]: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
