Skip to content

Commit e59571a

Browse files
authored
Merge pull request #14 from react-native-community/npmignore
Add .npmignore and fix compatibility with Jest
2 parents 5d6c0fc + 49d7d07 commit e59571a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.circleci
2+
/example
3+
babel.config.js

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* @flow */
22

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

0 commit comments

Comments
 (0)