Skip to content

Commit

Permalink
correctly handle object parameters (fix #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed Jun 26, 2018
1 parent 17863d9 commit 7330e81
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 33 deletions.
70 changes: 39 additions & 31 deletions example/lib/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const config = {
sign: 'adsadf',
production: false,
paymentmethod: ['ECA', 'VIS', 'AMX'],
themeConfiguration: {
brandColor: '#aa9374'
}
}

export default class App extends Component {
Expand Down
Loading

0 comments on commit 7330e81

Please sign in to comment.