Skip to content

Commit

Permalink
Update AddOrEditCommentScreen storyshot with new scrollEnabled prop (…
Browse files Browse the repository at this point in the history
…meant to include this in prior commit)
  • Loading branch information
markyou committed May 21, 2018
1 parent 2070159 commit b3b2522
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ exports[`Storyshots AddOrEditCommentScreen add comment 1`] = `
<RCTScrollView
keyboardShouldPersistTaps="always"
onContentSizeChange={[Function]}
scrollEnabled={true}
style={null}
>
<View>
Expand Down Expand Up @@ -1083,6 +1084,7 @@ exports[`Storyshots AddOrEditCommentScreen edit comment in middle 1`] = `
<RCTScrollView
keyboardShouldPersistTaps="always"
onContentSizeChange={[Function]}
scrollEnabled={true}
style={null}
>
<View>
Expand Down Expand Up @@ -2043,6 +2045,7 @@ exports[`Storyshots AddOrEditCommentScreen edit first comment 1`] = `
<RCTScrollView
keyboardShouldPersistTaps="always"
onContentSizeChange={[Function]}
scrollEnabled={true}
style={null}
>
<View>
Expand Down Expand Up @@ -3003,6 +3006,7 @@ exports[`Storyshots AddOrEditCommentScreen edit last comment 1`] = `
<RCTScrollView
keyboardShouldPersistTaps="always"
onContentSizeChange={[Function]}
scrollEnabled={true}
style={null}
>
<View>
Expand Down

0 comments on commit b3b2522

Please sign in to comment.