File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# pushbots-react-native
2
2
3
3
[ ![ 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 )
6
6
7
7
> React Native Library for PushBots Push Notifications Service
8
8
## Getting started
@@ -97,7 +97,6 @@ import Pushbots from 'pushbots-react-native'
97
97
98
98
Pushbots .registerForRemoteNotifications ()
99
99
100
- // events work with iOS only in this version.
101
100
export default class App extends Component < {}> {
102
101
componentWillMount () {
103
102
Pushbots .addEventListener (' received' , this .onReceived );
You can’t perform that action at this time.
0 commit comments