Implementing the Pusher Realtime API.
CURRENTLY ANDROID ONLY
npm install react-native-realtime-pusher --save
include ':Pusher'
project(':Pusher').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-realtime-pusher/android')
compile project(':Pusher')
import com.gijoehosaphat.pusher.PusherPackage;
new PusherPackage(this)
import Pusher from 'react-native-realtime-pusher'
- Add similar support to iOS