mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-02 09:31:03 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
640e41dc34 | ||
|
|
c609a6ff2b |
@@ -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": [
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user