Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[Consignments] Adds some test to the bottom aligned button
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 6, 2017
1 parent e396b59 commit 944f28f
Show file tree
Hide file tree
Showing 12 changed files with 2,196 additions and 600 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:

script:
- yarn ci
- yarn danger
- yarn danger -- --verbose

deploy:
provider: script
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Consignments

- Users now can access stories from inside the app - orta
- [dev] Adds component for attaching buttons to the keyboard - orta
- [dev] Adds component for artist search - orta
- [dev] Adds component for consignments todo - orta
- [dev] Adds a root component for the Consignments flow - orta
Expand All @@ -11,6 +11,7 @@

### Emission

- Users now can access stories from inside the app - orta
- [dev] Upgrades React Native to v0.45 - sarah
- [dev] Allows toggling the back button by pressing space - orta

Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/consignments/__stories__/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as search from "./consignments-search.story"
import * as todo from "./consignments-todo.story"

// Just a quick interface so you know the API
interface AutoStory {
export interface AutoStory {
name: string,
allStates: any[],
component: any
Expand Down
Loading

0 comments on commit 944f28f

Please sign in to comment.