Skip to content

Instantly share code, notes, and snippets.

View roggeo's full-sized avatar
🎯
Focusing

Geovani roggeo

🎯
Focusing
View GitHub Profile
import React from 'react';
import {
View,
Text,
} from 'react-native';
import { TextInputMask } from 'react-native-masked-text'
export default function maskedInputTemplate(locals) {
if (locals.hidden) {
return null;