|
|
|
|
39
|
// place). Fortunately, these pieces of JavaScript currently involve
|
39
|
// place). Fortunately, these pieces of JavaScript currently involve
|
40
|
// third parties and we can temporarily disable them (until we implement
|
40
|
// third parties and we can temporarily disable them (until we implement
|
41
|
// an alternative to async script elements on React Native).
|
41
|
// an alternative to async script elements on React Native).
|
42
|
- disableThirdPartyRequests: true
|
|
|
|
|
42
|
+ disableThirdPartyRequests: true,
|
|
|
43
|
+ preferH264: true
|
43
|
},
|
44
|
},
|
44
|
initializationError: null,
|
45
|
initializationError: null,
|
45
|
initialized: false
|
46
|
initialized: false
|