1.0.0 • Published 5 years ago

react-native-podlink v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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.