From 7596e1aaec2663cfb8877dd1c8d0b9fd6ff2ed03 Mon Sep 17 00:00:00 2001 From: Devin Abbott Date: Wed, 9 Nov 2016 19:56:41 -0800 Subject: [PATCH] In docs, bump web player version to fix chromium rendering issue Summary: Updates the docs to use the latest version of React Native Web Player. Fixes rendering issue on Ubuntu + Chromium: #10634 Before: ![ubuntu_64-bit_16_04](https://cloud.githubusercontent.com/assets/1198882/19876803/d687093e-9f96-11e6-9fd3-b3fe66d07ae6.png) After: ![ubuntu_64-bit_16_04_and_windows_10_x64](https://cloud.githubusercontent.com/assets/1198882/19876807/dcfdf548-9f96-11e6-80c2-d0ab34b41cb0.png) Closes https://github.com/facebook/react-native/pull/10667 Differential Revision: D4111783 Pulled By: hramos fbshipit-source-id: df755f87c52e81b784fdcfa99ff77357b194d03e --- website/core/WebPlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/core/WebPlayer.js b/website/core/WebPlayer.js index 32477ce0217..cc018904ec9 100644 --- a/website/core/WebPlayer.js +++ b/website/core/WebPlayer.js @@ -12,7 +12,7 @@ var React = require('React'); var Prism = require('Prism'); -var WEB_PLAYER_VERSION = '1.2.4'; +var WEB_PLAYER_VERSION = '1.2.6'; /** * Use the WebPlayer by including a ```ReactNativeWebPlayer``` block in markdown.