
Security News
Knip Hits 500 Releases with v5.62.0, Improving TypeScript Config Detection and Plugin Integrations
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
react-native-pod
Advanced tools
Extends support for CocoaPods in React Native projects by:
pod install
to update your Pods if necessary. Now you have installed pods!react-native installpods
yarn add react-native-pod
react-native link
New! Add pods you would like distributed with your package from the command line:
react-native addpod [pod]
or
react-native addpod [pod] --podversion [version]
or
react-native addpod [pod] --podgit[giturl]
Note that adding a pod puts the reference in your package.json. This gives the hint to react-native link to add it to your Podfile.
To remove a pod:
react-native removepod [pod]
You need to have CocoaPods installed. To get it going: sudo gem install cocoapods
.
When making a native module that has a pod dependency, just add the pod reference to your pods in package.json manually or using the tools above, and make react-native-pod
a peer dependency.
Feedback welcome!
FAQs
Automatically generate podfile for React Native
The npm package react-native-pod receives a total of 46 weekly downloads. As such, react-native-pod popularity was classified as not popular.
We found that react-native-pod demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.