sthima-native
Sthima's component librery
components
SInput
SForm
SFacebookBtn
SAppleBtn
SEmailBtn
SToast
Simple toast messager
;;; ;
Roles
Decides whether to render its children components based on a list of roles.
;;; SConfig.userRoles = ; ;
Utils
SFetch
SConfig
SFont
SDebug
This class allows you to have more control over what it's printed out on the debugger. Set the debug level on SDebug.debugLevel
with one of these options
and them use Debug instead on console:
SDebug.debugLevel = SDebugLevel.warn; SDebug.log'Will not be printed';SDebug.warn'This one will be printed';