
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
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 51 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.