Skip to content

Commit

Permalink
Fix error with react-native 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcestari committed Nov 17, 2015
1 parent 49d2871 commit 769fca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tracking.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var React = require('react-native');
var AdSupportIOS = require('AdSupportIOS');
var Dimensions = require('Dimensions');
var { AdSupportIOS, Dimensions } = React;

module.exports = {
getAdvertisingId(cb) {
Expand Down

0 comments on commit 769fca2

Please sign in to comment.