Skip to content

Move 3 components to wallet-library and use in demo as an import #1

@johnsBeharry

Description

@johnsBeharry
Estimate: 3h
Scenario: Break up demo-0 components and import wallet-library
  Given 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 price
  And I see "Payment - List Item" # transfer list item
  And in "demo-0" I can see it imports '.../wallet-library'

Scenario: Display wallet library in a storybook
  Given I am in "wallet-library"
  When I run storybook-js
  Then I see "Buttons"
  And I see "Pill" # transfer price
  And I see "Payment - List Item" # transfer list item

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions