Anamul Haque
Anamul Haque

Reputation: 7309

How to send local push notification with react-native-onesignal

I want to send push notification to the user every day in a specific time, user location specific data with it.

I have been through the one signal documentation but didn't found anything specific.

Upvotes: 0

Views: 2827

Answers (1)

Neel Gala
Neel Gala

Reputation: 2400

Onesignal does not serve local push notification. You can read the thread here

Though you can send locally using other libraries like react-native-push-notification or react-native-fcm

Upvotes: 1

Related Questions