Skip to content

Commit

Permalink
[TouchableBounce] Add import for Platform (#6)
Browse files Browse the repository at this point in the history
Usage added in a56d170
  • Loading branch information
wli authored and James Ide committed Sep 30, 2016
1 parent b94dd04 commit 9824c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/Touchable/TouchableBounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
var Animated = require('Animated');
var EdgeInsetsPropType = require('EdgeInsetsPropType');
var NativeMethodsMixin = require('react/lib/NativeMethodsMixin');
var Platform = require('Platform');
var React = require('React');
var Touchable = require('Touchable');

Expand Down

0 comments on commit 9824c4e

Please sign in to comment.