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.
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.