[RN] Prefer H.264

This commit is contained in:
Lyubo Marinov 2017-02-22 08:28:19 -06:00
parent 2f388dfb6a
commit bc5d92a452
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ const INITIAL_STATE = {
// place). Fortunately, these pieces of JavaScript currently involve
// third parties and we can temporarily disable them (until we implement
// an alternative to async script elements on React Native).
disableThirdPartyRequests: true
disableThirdPartyRequests: true,
preferH264: true
},
initializationError: null,
initialized: false