Guide | Documentation | Sample |
---|
npm install pushwoosh-react-native-plugin --save
react-native link pushwoosh-react-native-plugin
import Pushwoosh from 'pushwoosh-react-native-plugin';
Pushwoosh.init({
"pw_appid" : "YOUR_PUSHWOOSH_PROJECT_ID" ,
"project_number" : "YOUR_GCM_PROJECT_NUMBER"
});
Pushwoosh.register();