Change test file names to align with the set convention

Summary:
Changelog:
[General][Changed] Change RNTester example name

Reviewed By: lunaleaps

Differential Revision: D26129706

fbshipit-source-id: 53e906f26dd18ef8bceca2e3700e3403e3d0421a
This commit is contained in:
Nadiia D
2021-01-29 10:15:42 -08:00
committed by Facebook GitHub Bot
parent 7a290d1596
commit f5f69af87f
@@ -470,7 +470,7 @@ module.exports = ([
},
},
{
name: 'clearInput',
name: 'clearButton',
title: 'Live Re-Write (no spaces allowed) and clear',
render: function(): React.Node {
return <RewriteInvalidCharactersAndClearExample />;