dustinyoste
dustinyoste
Might be something that needs to be addressed here actually: https://github.com/RedMadRobot/input-mask-ios Linked issue: https://github.com/RedMadRobot/input-mask-ios/issues/91
Additionally to @cmcaboy You might need to include ``` implementation project(':@react-native-clipboard_clipboard') ``` in `android/app/build.gradle` within `dependencies {` and ``` include ':@react-native-clipboard_clipboard' project(':@react-native-clipboard_clipboard').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-clipboard/clipboard/android') ``` in `android/settings.gradle`
Took quite a few gathered steps to get the update working for me, you might not require all of these, but maybe they can help. Firstly, I did update to...