Skip to content

Commit b578637

Browse files
committed
moving TextInput example at the bottom of the list
1 parent aa53df1 commit b578637

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,6 @@ function ErrorExample(): React.Node {
502502
}
503503

504504
module.exports = ([
505-
{
506-
title: 'Error Message',
507-
render: function (): React.Node {
508-
return <ErrorExample />;
509-
},
510-
},
511505
{
512506
title: 'Auto-focus',
513507
render: function (): React.Node {
@@ -726,4 +720,10 @@ module.exports = ([
726720
);
727721
},
728722
},
723+
{
724+
title: 'Error Message',
725+
render: function (): React.Node {
726+
return <ErrorExample />;
727+
},
728+
},
729729
]: Array<RNTesterModuleExample>);

0 commit comments

Comments
 (0)