From bfd1d24b8144a05c216fc5d13fcf6bf621cb0def Mon Sep 17 00:00:00 2001 From: Lucas Moreira Date: Sun, 6 Oct 2019 17:24:37 -0300 Subject: [PATCH] Update README.md Fix typo. `textInputStype` to `textInputStyle`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e57a2da..912305fe 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ Sample code ([source](https://github.com/benhurott/react-native-masked-text-samp text: text }) }} - style={textInputStype} + style={textInputStyle} /> @@ -374,7 +374,7 @@ Sample code ([source](https://github.com/benhurott/react-native-masked-text-samp text: text }) }} - style={textInputStype} + style={textInputStyle} /> ```