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:05:09 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 8824955da9
Коммит 5c086b4e11
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -91,7 +91,7 @@ const styles = StyleSheet.create({
},
});
exports.title = '<ScrollSimpleView>';
exports.title = '<ScrollViewSimpleExample>';
exports.description =
'Component that enables scrolling through child components.';