Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Using deprecated-react-native-listview to fix react-native 0.60 #44

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add prop-types to dependencies
skantus committed Jul 21, 2019
commit 69f1bde02a3952de36bf50e7e00545fe2d04a740
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
"url": "https://github.com/magicismight/react-native-lazyload"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-native-scrollable-mixin": "^1.0.1",
"deprecated-react-native-listview": "^0.5.5"
},