react-native-ios-notification-tray
v0.1.1
Published
Create IOS notification tray like animation using Reanimated
Downloads
4
Maintainers
Readme
react-native-ios-notification-tray
Create IOS notification tray like animation using Reanimated
Installation
npm install react-native-ios-notification-tray
Usage
import NotificationTray from "react-native-ios-notification-tray";
// ...
<NotificationTray
data={[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
height={120}
renderItem={_renderItem}
headerText="Account Cards"
onClosePress={_handleOnClosePress}
contentContainerStyle={styles.cardContainer}
/>
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