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.j8
|
|
||
136 |
|
136 |
|
137 |
|
137 |
|
138 |
|
138 |
|
139 |
|
|
|
140 |
|
|
|
141 |
|
139 |
|
142 |
|
140 |
|
143 |
|
141 |
|
|
|
||
193 |
|
191 |
|
194 |
|
192 |
|
195 |
|
193 |
|
|
194 |
|
|
|
195 |
|
|
|
196 |
|
|
|
197 |
|
|
|
198 |
|
|
|
199 |
|
|
|
200 |
|
|
|
201 |
|
|
|
202 |
|
|
|
203 |
|
|
196 |
|
204 |
|
197 |
|
205 |
|
198 |
|
206 |
|