Skip to content

Commit

Permalink
fix: switch main export for Jest to work out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Mar 13, 2019
1 parent ae51c17 commit 49d7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* @flow */

export {default} from './ViewPagerAndroid';
module.exports = require('./ViewPagerAndroid');

0 comments on commit 49d7d07

Please sign in to comment.