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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need some clarification about the components inside core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component
Do I really need to wrap every Jetpack Compose default widgets to my own composable function?
For e.g:
Should I wrap the Text and TextButton to a separate composable function then move these to
core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component and do the screenshot testing?
This requires alot of work😮💨
It's my first time doing this and this topic is holding me back again. Thanks Google Engineers🙏
Beta Was this translation helpful? Give feedback.
All reactions