Expo Push Notifications Made Simple


5 minute setup time. Works in managed-workflow WITHOUT needing to eject out of Expo.

No credit card required

Notification vector image

What People Are Saying

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

Loved by cross-platform developers

React Native Expo image
Expo Push Notifications

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 (

      ...

    )

}

React Native Expo image
React Native Push Notifications

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 (

      ...

    )

}

React Native Expo image
Flutter Push Notifications

Get started with Flutter push notifications without Firebase in under 10 minutes.

import 'package:flutter/material.dart';

import 'package:native_notify/native_notify.dart';

void main() {

    WidgetsFlutterBinding.ensureInitialized();

    NativeNotify.initialize(your-app-id, 'your-app-token', null, null);

    runApp(myApp());

}

Get Started Now

Native Notify Logo Native Notify


Native Notify makes push notifications simple. Send your first push notification in under 5 minutes.

No credit card required

Included with Native Notify

Everything developers need to send push notifications.

  • Send push notifications to iOS and Android devices
  • Send Mass push notifications to all your app users
  • Send Indie push notifications to individual app users
  • Redirect app users to specific screens once your push notification is tapped
  • Send data with your push notifications
  • Collect your push notifications in a Notification Inbox / App Inbox
  • Track total number of views of each app screen
  • Track unique number of users visiting each app screen