react-native-text-input-mask / react-native-text-input-mask

Text input mask for React Native, Android and iOS
MIT License
1.18k stars 305 forks source link

Expo EAS support? #256

Open SrBrahma opened 2 years ago

SrBrahma commented 2 years ago

Hi, anyone managed to get it working with Expo EAS?

gloredo commented 1 year ago

It's not the ideal solution, but I wrote a plugin that works. Just need changes on iOS, works out of the box on Android.

Just import it into your app.config.js:

import withIosTextInputMask from './plugins/withIosTextInputMask';

export default {
  plugins: [withIosTextInputMask],
}