Skip to content

Commit fab6caa

Browse files
committed
Not necessary now that rebound is in package.json
1 parent 4088617 commit fab6caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var {
1212

1313
var DefaultTabBar = require('./DefaultTabBar');
1414
var deviceWidth = Dimensions.get('window').width;
15-
var rebound = require('rebound/rebound.js');
15+
var rebound = require('rebound');
1616
var precomputeStyle = require('precomputeStyle');
1717
var TAB_BAR_REF = 'TAB_BAR';
1818

0 commit comments

Comments
 (0)