3.0.12 • Published 6 years ago

react-native-local-notification v3.0.12

Weekly downloads
121
License
MIT
Repository
github
Last release
6 years ago

react-native-local-notification

A package for React Native apps to show in-app notifications. Works for both iOS and Android.

Demo

local_notification

Usage

In root component

</View>
  [...]
  <LocalNotification ref="localNotification" />
</View>

Showing a notification

this.refs.localNotification.showNotification({
  title: 'Notification title',
  text: 'This is a short notification',
  onPress: () => alert('hello short'),
  onHide: () => alert('Byeeeee')
});

See Example folder for more details.

Available props on

NameTypeRequiredDefault
durationnumberYes3500
startHeightnumberYes46
textStyleobjectNo{}
handleStyleobjectNo{}
notificationStyleobjectNo{}
ellipsizeTextStyleobjectNo{}

Available props on notification object

NameTypeRequiredDefault
titlestringNoNULL
textstringYesHello 👋🏼
onPressfuncNoNULL
onHidefuncNoNULL
3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.3

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.2

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago