https://github.com/rhdeck/react-native-linknopod
RN Linker that excludes pods
https://github.com/rhdeck/react-native-linknopod
Last synced: 4 months ago
JSON representation
RN Linker that excludes pods
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-linknopod
- Owner: rhdeck
- License: mit
- Created: 2018-04-14T19:05:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T11:43:03.000Z (over 7 years ago)
- Last Synced: 2025-10-14T08:42:54.575Z (8 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-linknopod
React-Native plugin for ignoring .podspec files in linked modules.
## Why do I need this?
If you use `react-native-pod` for adding third-party CocoaPods, React-Native will want to link any future IOS module as a CocoaPod instead of a static library, if given the chance. This is really annoying when you are developing your RN code via static libraries.
## Usage
```
yarn add react-native-linknopod
react-native linknopod
```
## What about my prelink and postlink hooks?
They all work. I depend on them too.
## Why don't you PR this to the RN team?
Todo.