From 6ac7a4e47240ad04d392ea794fd4a3c9ac03e7f5 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Tue, 7 Dec 2021 17:03:17 -0300 Subject: [PATCH] Adding text input mask package --- src/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/package.json b/src/package.json index 513be15..cab0530 100644 --- a/src/package.json +++ b/src/package.json @@ -54,6 +54,7 @@ "react-native-google-places-autocomplete": "^2.4.1", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-maps": "0.28.0", + "react-native-mask-text": "^0.5.0", "react-native-multiple-choice": "^0.0.8", "react-native-multiple-select-list": "^1.0.4", "react-native-places-input": "^1.1.7",