[add] initial ScrollView

Supports the following props: `children`, `contentContainerStyle`,
`horizontal`, `onScroll`, `scrollEnabled`, `scrollEventThrottle`, and
`style`.

Fix #6
This commit is contained in:
Tom Ashworth
2015-10-20 15:57:51 -07:00
committed by Nicolas Gallagher
parent a1664927ce
commit 894fd0362d
6 changed files with 244 additions and 19 deletions

View File

@@ -17,6 +17,7 @@
},
"dependencies": {
"inline-style-prefixer": "^0.3.3",
"lodash.debounce": "^3.1.1",
"react-tappable": "^0.7.1",
"react-textarea-autosize": "^3.0.0"
},