Addimport com.RNTextInputMask.RNTextInputMaskPackage;to the imports at the top of the file Addnew RNTextInputMaskPackage()to the list returned by thegetPackages()method Append the following lines toandroid/settings.gradle: include ':react-native-text-input-mask' project(':react-native-text-input...
react-native link react-native-text-input-mask iOS only:you have to drag and dropInputMask.frameworktoEmbedded Binariesin General tab of Target Manual installation iOS In XCode, in the project navigator, right clickLibraries➜Add Files to [your project's name] ...
This could be related to rewiring of listeners in the native code, is this happening on iOS, android or both? Contributor martintreurnicht commented Mar 17, 2021 Also, recent release has fixed up packaging, check out https://github.com/react-native-text-input-mask/react-native-text-input-...
react-native-mask-input TextInput with mask for ReactNative on both iOS and Android. Includes obfuscation characters feature. react-native react-native-mask react-native-mask-input react-native-mask-text react-native-mask-input-text react-native-masked-input react-native-masked-text react-native-mas...
node_modules/react-native-text-input-mask/ios/RNTextInputMask/RNTextInputMask/RNTextInputMask.m:54:25: No known instance method for selector 'setListener:' turn on Swift 3 @objc Interface, and everything works fine 👍 2 tienzodi commented Mar 26, 2019 I got same issue here. I tried...