mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:  After:  Closes https://github.com/facebook/react-native/pull/10667 Differential Revision: D4111783 Pulled By: hramos fbshipit-source-id: df755f87c52e81b784fdcfa99ff77357b194d03e
This commit is contained in:
committed by
Facebook Github Bot
parent
868fbeaa00
commit
7596e1aaec
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user