Description
To fix android crash when call isNativeLayoutDirectionRTL by JNI, now we don't read layoutDirection manually again,only receive param which transfered by C++ -> Java.
As we all know JNI is very slow, now we avoid call JNI method when layout, it can speedup weex render.
Attachments
Issue Links
- links to