我正在为文本输入掩码创建RN模块 - https://github.com/ivanzotov/react-native-text-input-mask,iOS部分依赖于https://github.com/RedMadRobot/input-mask-ios项目。
使用npm i --save react-native-text-input-mask
安装我的模块并与react-native link
链接后,模拟器中的一切正常,但当我尝试将其安装在真实设备上时,我必须将InputMask从产品链接到嵌入式二进制文件中的XCode。
创建RN模块的正确方法是什么,因此依赖关系会自动链接?