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
Scenario: Break up demo-0 components and import wallet-libraryGiven we have a mono-repo
And the folder "demo-0" is a react-native app
When I open "wallet-library/index.js"Then I see the components "Buttons"And I see "Badge" # transfer priceAnd I see "Payment - List Item" # transfer list itemAnd in "demo-0" I can see it imports '.../wallet-library'Scenario: Display wallet library in a storybookGiven I am in "wallet-library"When I run storybook-js
Then I see "Buttons"And I see "Pill" # transfer priceAnd I see "Payment - List Item" # transfer list item
The text was updated successfully, but these errors were encountered:
nice! I forgot to include details about styled components too -- @Valka7a if there's time please migrate the stylesheets to styled-components I fogot to spec it out.
@fre2ak going forward I'd like to keep a full issue list here for things relating to the project and have you update the descriptions with the estimates.
The text was updated successfully, but these errors were encountered: