Skip to content

Commit 90b6c6b

Browse files
committed
update docs
1 parent dde7689 commit 90b6c6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# pushbots-react-native
22

33
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
4-
[![Twitter Follow](https://img.shields.io/twitter/follow/pushbots.svg?style=social&label=Follow&style=plastic)](https://twitter.com/pushbots)
5-
[![npm](https://img.shields.io/npm/dw/localeval.svg)](https://www.npmjs.com/package/pushbots-react-native)
4+
[![Twitter Follow](https://img.shields.io/twitter/follow/pushbots.png?style=social&label=Follow&style=plastic)](https://twitter.com/pushbots)
5+
[![npm](https://img.shields.io/npm/dw/localeval.png)](https://www.npmjs.com/package/pushbots-react-native)
66

77
> React Native Library for PushBots Push Notifications Service
88
## Getting started
@@ -97,7 +97,6 @@ import Pushbots from 'pushbots-react-native'
9797

9898
Pushbots.registerForRemoteNotifications()
9999

100-
//events work with iOS only in this version.
101100
export default class App extends Component<{}> {
102101
componentWillMount() {
103102
Pushbots.addEventListener('received', this.onReceived);

0 commit comments

Comments
 (0)