1.0.0 • Published 5 years ago
react-native-podlink v1.0.0
react-native-podlink
Simple utility for linking native modules (pods) in from React Native command line
Installation
yarn add -D react-native-podlink
# or
npm i --save-dev react-native-podlink
Usage
react-native podlink
# That's it.
This will link your packages in the same manner as running
(cd ios && pod install)
I find the react-native command line to be convenient, and make extensions so that it can be more so.
1.0.0
5 years ago