mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Backed out changeset 7c338fe3b747
Reviewed By: AaaChiuuu Differential Revision: D5926999 fbshipit-source-id: 58595f74f1fab764b63b5d7d6c2f20d8edb2efda
This commit is contained in:
committed by
Facebook Github Bot
parent
672db77eae
commit
9b3cc30357
@@ -97,7 +97,7 @@ public class UIImplementation {
|
||||
}
|
||||
|
||||
protected ReactShadowNode createRootShadowNode() {
|
||||
ReactShadowNode rootCSSNode = new ReactShadowNodeImpl();
|
||||
ReactShadowNode rootCSSNode = new ReactShadowNode();
|
||||
I18nUtil sharedI18nUtilInstance = I18nUtil.getInstance();
|
||||
if (sharedI18nUtilInstance.isRTL(mReactContext)) {
|
||||
rootCSSNode.setLayoutDirection(YogaDirection.RTL);
|
||||
|
||||
Reference in New Issue
Block a user