Skip to content

Commit

Permalink
Merge pull request #11 from chirag04/patch-1
Browse files Browse the repository at this point in the history
silence packager warning.
  • Loading branch information
naoufal committed Jul 18, 2015
2 parents 079a8eb + cd5f215 commit de49cc9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ActivityView.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
*/
'use strict';

var NativeActivityView = require('NativeModules').ActivityView;
var invariant = require('invariant');
var React = require('react-native');
var {
NativeModules,
} = React;

var NativeActivityView = NativeModules.ActivityView;

/**
* High-level docs for the ActivityView iOS API can be written here.
Expand Down

0 comments on commit de49cc9

Please sign in to comment.