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