How to link a dependency automatically in React Native module?
I'm working on React Native module for text input mask – https://github.com/react-native-community/react-native-text-input-mask, and iOS part depends on other project – https://github.com/RedMadRobot/input-mask-ios. After installing the module with n...
Join discussion