When a native iOS module implements `constantsToExport` it must define `requiresMainQueueSetup`. In this case we don't do any UI stuff so it doesn't need to be initialized in the main thread.master
|
||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
|
|
49 |
|
|
50 |
|
|
51 |
|
|
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|