Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: fix initializing audio device handler modules too early
When ConnectionService is used (the default) we were attaching the handlers too early, and since attaching them requires that the RNConnectionService module is loaded, it silently failed. Instead, use the initialize() method, which gets called after all the Catalyst (aka native) modules have been loaded.
- Loading branch information