Native Notify
24,000+ members
Finally, some good service. I'd like to say, I'm really glad to have finally found a service that works with expo managed workflow. I tried many others, such as pusher, one signal, firebase, but each one of them had some issues. Initially, I was sceptical about the service...But after caving in, I realized that this works."
- Robert, Developer
"I am so thankful that you made this service. I am currently using this now for push notifications in my app. It's just sooooo easy to integrate."
- R.Y., CTO of bilimoko
"I am a brand new app developer... one of the last details I wanted to have on my app was a way to do push notifications... After looking all over the internet I came across native notify. Their company was very easy to use and integrate into my app."
- Matt Young, Exclusive Martial Arts, Owner/Operator
"I have been using native notify for a while and I really enjoy it."
- Pranjal, Founder of Optima Mart
Works in both "managed workflow" and "bare workflow". You do NOT have to eject out of Expo to use Native Notify Expo push notifications.
import React from 'react';
import registerNNPushToken from 'native-notify';
export default function App() {
registerNNPushToken(your-app-id, 'your-app-token');
return (
...
)
}
Get started with React Native push notifications without Firebase in under 10 minutes.
import React from 'react';
import registerNNPushToken from 'native-notify';
export default function App() {
registerNNPushToken(your-app-id, 'your-app-token');
return (
...
)
}
Native Notify makes push notifications simple. Send your first push notification in under 5 minutes.
No credit card required
Everything developers need to send push notifications.