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
Most of the relevant classes in here don't have an access modifier which means that they are the default internal. To import and use this library, the view classes and their exposed properties need to be declared with public access modifiers to be used outside of the framework.
I have forked this and will work on adding the modifiers.
The text was updated successfully, but these errors were encountered:
Hi, great framework!
Most of the relevant classes in here don't have an access modifier which means that they are the default
internal
. To import and use this library, the view classes and their exposed properties need to be declared with public access modifiers to be used outside of the framework.I have forked this and will work on adding the modifiers.
The text was updated successfully, but these errors were encountered: