You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use TextureView and pass Surface from the view to draw on it asynchronously instead of passing the bitmap (which is inefficient especially in terms of memory usage).
React Native ART related commit.
Add support for both react-native@0.26.0 and below.
Add Image element for Android.
Add gesture responder system for all renderable elements.
Refactor all shape elements like: circle, rect, line, ellipse
Add support for react-native@0.25.0
Add Image element for iOS.(Android not finished yet)
Refactor Text element on iOS, add support for text path and text stroke(gradient) on iOS.
Fix a few bugs #33#32