Skip to content

Commit

Permalink
Merge pull request #8 from sagivo/master
Browse files Browse the repository at this point in the history
Removed the use of ParallaxScrollView
  • Loading branch information
ggomaeng authored Feb 23, 2017
2 parents a42c024 + 4e853d1 commit faf6e5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react-native": "github:exponentjs/react-native#sdk-11.0.3",
"react-native-animatable": "^0.6.1",
"react-native-navbar": "^1.5.4",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-vector-icons": "^3.0.0"
},
"jest": {
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {

import CardModal from './components/card-modal';
import NavigationBar from 'react-native-navbar';
import ParallaxScrollView from 'react-native-parallax-scroll-view';

export default class Main extends Component {
constructor(props) {
Expand Down

0 comments on commit faf6e5a

Please sign in to comment.