jiti-meet/ios/sdk
Saúl Ibarra Corretgé 90d2340609 [iOS] Fix React Native warnings
Fixes the following warning:

~~~
Module XXX requires main queue setup since it overrides `constantsToExport` 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.
~~~

For AppInfo and AuioMode, there is no need to initialize anything in the UI
thread, so just return NO.
2018-06-09 12:03:45 +02:00
..
sdk.xcodeproj feat(recording): add sounds for when recording starts and stops (#3078) 2018-06-05 20:20:43 +02:00
src [iOS] Fix React Native warnings 2018-06-09 12:03:45 +02:00