Rename ScrollViewSimpleExample

Summary:
Changelog:
[Internal] - Rename ScrollViewSimpleExample in RNTester

Reviewed By: fkgozali

Differential Revision: D20846977

fbshipit-source-id: 397589cb0a17beaf37a25b91ad8efa4a2bc62358
This commit is contained in:
Héctor Ramos
2020-04-03 17:07:48 -07:00
committed by Facebook GitHub Bot
parent 8824955da9
commit 5c086b4e11
@@ -91,7 +91,7 @@ const styles = StyleSheet.create({
},
});
exports.title = '<ScrollSimpleView>';
exports.title = '<ScrollViewSimpleExample>';
exports.description =
'Component that enables scrolling through child components.';