datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

Fix Module PjSip ios #148

Closed rodrigowbazevedo closed 5 years ago

rodrigowbazevedo commented 5 years ago

Fix warning on IOS

Module PjSip Module requires main queue setup since it overrides init but doesn't implement requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.