Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip creation of EventManager if module not loaded #1427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 31, 2022

  1. Skip creation of EventManager if module not loaded

    This change will affect most likely `expo` users.
    Since version 4.x of OneSignal, `EventManager` is always created which leads to the following error
    when running the app in Expo go and IOS Simulator.
    
    ```
    Invariant Violation: `new NativeEventEmitter()` requires a non-null argument.
    ```
    srascar-bubble committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    603efcd View commit details
    Browse the repository at this point in the history