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
The other repo handles layouts better on Android. However, this one allows you to save files to the androids internal app directory so you don't need permissions..depends on your use case.
To switch Terry's over you need to go into the Android/src/sketch.java and change the Save path from external to mContext.GetDir() in both instances.
Steps to reproduce.
Expected:
Actual:
I am trying to look in to the optional parameters we can pass to dispatchViewManagerCommand and the 'DrawView' native Android component.
Thanks.
The text was updated successfully, but these errors were encountered: