Skip to content

Commit

Permalink
Merge pull request #1 from yamill/patch-1
Browse files Browse the repository at this point in the history
Add 'View'
  • Loading branch information
maxs15 committed Sep 3, 2015
2 parents 7486246 + 3b3c608 commit 1b91d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.ios.js
@@ -1,7 +1,8 @@
var React = require('react-native');
var {
PropTypes,
requireNativeComponent
requireNativeComponent,
View
} = React;

var Spinkit = React.createClass({
Expand Down Expand Up @@ -39,4 +40,4 @@ var Spinkit = React.createClass({
var RNSpinkit = requireNativeComponent('RNSpinkit', Spinkit);


module.exports = Spinkit;
module.exports = Spinkit;

0 comments on commit 1b91d60

Please sign in to comment.