From afb2f95d0b5dce228f2284d352e41a882682b2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Henriques?= Date: Thu, 9 Feb 2023 14:11:43 +0000 Subject: [PATCH] test: add tests for `smartInsertDelete` prop --- .../TextInput/TextInputExample.ios.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js b/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js index 94967c07849207..857629c7a336f8 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js @@ -899,4 +899,23 @@ exports.examples = ([ ); }, }, + { + title: 'iOS autoformatting behaviors', + render: function (): React.Node { + return ( + + + + + + + + + ); + }, + }, ]: Array);