Compare commits

..

2 Commits

Author SHA1 Message Date
Nicolas Gallagher
640e41dc34 0.0.35 2016-07-11 19:03:33 -07:00
Andrew Palm
c609a6ff2b Fix TouchableWithoutFeedback propTypes (#164) 2016-07-11 19:02:39 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-web",
"version": "0.0.34",
"version": "0.0.35",
"description": "React Native for Web",
"main": "dist/index.js",
"files": [

View File

@@ -38,7 +38,7 @@ const TouchableWithoutFeedback = React.createClass({
propTypes: {
accessible: View.propTypes.accessible,
aaccessibilityLabel: View.propTypes.accessibilityLabel,
accessibilityLabel: View.propTypes.accessibilityLabel,
accessibilityRole: View.propTypes.accessibilityRole,
/**
* If true, disable all interactions for this component.