Skip to content

Commit

Permalink
Merge pull request #1 from GeoffreyPlitt/master
Browse files Browse the repository at this point in the history
compatibility updates
  • Loading branch information
adamrainsby authored Jun 22, 2016
2 parents 9f89d89 + 4f2c3ef commit 2592b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
'use strict';

var React = require('react-native');
import React from 'react';
var tweenState = require('react-tween-state');

var {
import {
StyleSheet,
TouchableHighlight,
View,
Text,
Platform
} = React;
} from 'react-native';

var Accordion = React.createClass({
mixins: [tweenState.Mixin],
Expand Down

0 comments on commit 2592b58

Please sign in to comment.