Skip to content

Commit

Permalink
fix(masks): fixing mask exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Santos Ott committed Sep 9, 2018
1 parent 26ba037 commit 73c8c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default class App extends Component {
<View style={styles.container}>
<TextInputMask
style={styles.input}
type="cpf-cnpj"
placeholder={'cpf-cnpj'}
type="cpf"
placeholder={'cpf'}
/>
</View>
)
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/masks/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions lib/masks/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CelPhoneMask from './cel-phone.mask'
import CnpjMask from './cnpj.mask'
import CpfMask from './cpf.mask'
import CpfCnpjMask from './cpf-cnpj.mask'
import CustomMask from './custom.mask'
import DatetimeMask from './datetime.mask'
import MoneyMask from './money.mask'
Expand All @@ -12,7 +11,6 @@ import CreditCardMask from './credit-card.mask'
module.exports.CelPhoneMask = CelPhoneMask
module.exports.CnpjMask = CnpjMask
module.exports.CpfMask = CpfMask
module.exports.CpfCnpjMask = CpfCnpjMask
module.exports.CustomMask = CustomMask
module.exports.DatetimeMask = DatetimeMask
module.exports.MoneyMask = MoneyMask
Expand Down

0 comments on commit 73c8c71

Please sign in to comment.