Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Feb 8, 2019
1 parent e97a0dd commit 1029558
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/components/HomePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
TextInput,
View
} from 'react-native';
import AnimatedFox from 'metamask-logo-react-native';
import AnimatedFox from 'react-native-animated-fox';
import { colors, baseStyles, fontStyles } from '../../styles/common';
import { strings } from '../../../locales/i18n';
import { removeBookmark } from '../../actions/bookmarks';
Expand Down
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"gaba": "^1.0.0-beta.58",
"https-browserify": "0.0.1",
"jsc-android": "^236355.1.1",
"metamask-logo-react-native": "git+https://github.com/brunobar79/metamask-logo-react-native.git",
"react-native-animated-fox": "github:brunobar79/react-native-animated-fox#master",
"multihashes": "^0.4.14",
"number-to-bn": "^1.7.0",
"prop-types": "^15.6.2",
Expand Down Expand Up @@ -221,8 +221,7 @@
"<rootDir>/app/**/*.{js,jsx}",
"!<rootDir>/node_modules/",
"!<rootDir>/app/util/*.{js,jsx}",
"!<rootDir>/app/entry*.js",
"!<rootDir>/app/components/AnimatedFox/"
"!<rootDir>/app/entry*.js"
]
},
"react-native": {
Expand Down

0 comments on commit 1029558

Please sign in to comment.