Add scrollEnabled example to RNTester#23409
Add scrollEnabled example to RNTester#23409berickson1 wants to merge 4 commits intofacebook:masterfrom
Conversation
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.flowfound some issues.
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.
hramos
left a comment
There was a problem hiding this comment.
Thanks for increasing our test coverage! Run prettier to fix the remaining nits. I'll wait for CI to finish running before merging.
|
Can you run prettier using |
|
Snapshot tests appear to be failing on iOS since I added the new example - can anyone explain how to update the snapshot images? |
You should end up with a new set of snapshots for the ScrollViewExample test. |
|
Perfect, thanks update snapshots as well. |
|
We should look into that. We're only using the iOS12 snapshots on Circle CI, but I'm not sure if our internal test suite relies on the iOS 10 and iOS 11 snapshots for additional tests. All looks good on this PR, merging! (The detox failure was fixed in master an hour or so ago) |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@berickson1 merged commit 08a6b57 into |
Summary: RNTester is missing a test for the scrollEnabled prop [General] [Added] - Added RNTester ScrollView scrollEnabled prop test Pull Request resolved: facebook/react-native#23409 Differential Revision: D14059824 Pulled By: hramos fbshipit-source-id: 0287277b64aeac69c4aeba83dbb3f73be646ede7
Summary
RNTester is missing a test for the scrollEnabled prop
Changelog
[General] [Added] - Added RNTester ScrollView scrollEnabled prop test
Test Plan
Tested in RNTester app