Skip to content

Commit 5c52718

Browse files
Correct default value for "debug" prop in readme
1 parent c08e4dd commit 5c52718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ return (
6969
| children | [Component](https://reactjs.org/docs/typechecking-with-proptypes.html#requiring-single-child) | `<Text>Sup</Text>` | --- | children to render as draggable |
7070
| shouldReverse | bool | {false} | {false} | should draggable spring back to start when released |
7171
| disabled | bool | {false} | {false} | should draggable be disabled |
72-
| debug | bool | {false} | {true} | should show a debug visualization |
72+
| debug | bool | {false} | {false} | should show a debug visualization |
7373
| touchableOpacityProps | [Object](https://facebook.github.io/react-native/docs/touchableopacity#props) | { activeOpactiy: .1 } | --- | props passed to TouchableOpacity component |
7474
| animatedViewProps | [Object](https://facebook.github.io/react-native/docs/view#props) | { accessibilityHint: 'drag' } | --- | props passed to Animated.View component |
7575
| x | number |{0}| 0 | initial position x |

0 commit comments

Comments
 (0)