react-native v0.0.1-alpha.7
over 2 years ago by ReadMe API
What’s New:
- Added base widget components namely
LLWidget,LLWidgetHeader,LLWidgetOption,LLWidgetFooterand various base child components which could be reused and customised. - Added stand alone widget namely
LLPollWidget,LLQuizWidget,LLPredictionWidget,LLPredictionFollowWidget,LLNumberPredictionWidget,LLNumberPredictionFollowUpWidgetandLLEmojiSliderWidget. Refer react native widgets docs for further details. - Added widget base hooks like
useWidget,useWidgetInteractions,useWidgetUIPhase,useLoadWidgetEffect,useWidgetInteractiveTimeout,useWidgetExpiryEffect,usePredictionClaimRewardEffect,useWidgetRewards,useWidgetSponsors,useIsWidgetDisabled, etc. in case there’s a need to define custom presentational component but reuse our stock UI state logic.
