Skip to content

Commit

Permalink
Upgrade example
Browse files Browse the repository at this point in the history
  • Loading branch information
naoufal committed Jun 22, 2016
1 parent eea05dd commit 16bf19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/AccordionExample/index.ios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
import React, {
import React, { Component } from 'react';
import {
AppRegistry,
Component,
ListView,
NavigatorIOS,
ScrollView,
Expand All @@ -11,7 +11,6 @@ import React, {
TouchableHighlight,
View
} from 'react-native';

import Accordion from 'react-native-accordion';
import { range } from 'lodash';

Expand Down
3 changes: 2 additions & 1 deletion examples/AccordionExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"dependencies": {
"lodash": "3.10.1",
"react-native": "0.17.0",
"react": "15.1.0",
"react-native": "0.28.0",
"react-native-accordion": "../.."
}
}

0 comments on commit 16bf19a

Please sign in to comment.