1

I'm developing Mobile App for IOS and Android and using the Expo platform during development. In this way, simply with a QR code, I can test the application in seconds for both devices Android and IOS.

I'm going to implement OneSignal Push notification for my React-Native Expo project, But before doing that I want to be sure that I can keep using "expo start" command and develop applications easily instead of building on Android Studio or XCode.

Is it possible to test OneSignal push notification with Expo?

Erdi
  • 1,824
  • 3
  • 21
  • 31

2 Answers2

1

It should work. I have used Google Firebase for expo notification which worked fine in devlopment.

I didn't work with One Signal. But according to their docs it should work with expo. Check out more here

Kamal Hossain
  • 530
  • 7
  • 18
0

Found the Answer deep inside of https://docs.expo.io/introduction/why-not-expo/

enter image description here

Erdi
  • 1,824
  • 3
  • 21
  • 31