react-nativeexpoonesignalreact-native-onesignal

Can I test OneSignal push notification on Expo platform?


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?


Solution

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

    enter image description here