From 7bb4ce5e04ece4d88aabf21fa76a19cf4a881d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=81=D0=B8=D0=BB=D0=B8=D0=B9=20=D0=95=D0=BB?= =?UTF-8?q?=D0=B8=D1=81=D0=B5=D0=B5=D0=B2?= Date: Thu, 23 Apr 2026 07:40:31 +0600 Subject: [PATCH] fix: fix readme examples gifs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 394c62b..0df6e0c 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ A controlled React Native input that lets you format and constrain the value exa | ControlledInputView | TextInput | | :-----------------: | :-------: | -| ControlledInputView promo code | TextInput promo code | +| ControlledInputView promo code | TextInput promo code | ### Card expiry (MM/YY) | ControlledInputView | TextInput | | :-----------------: | :-------: | -| ControlledInputView date | TextInput date | +| ControlledInputView date | TextInput date | ## Problem