Generate cryptographically-secure random bytes in react native
A fast, zero-dependency package for cutting down on common issues developers have when running pod install.
Generate a Snyk dependency graph from a Podfile.lock file
Session Replay
Snyk CLI CocoaPods plugin
React Native Rate is a cross platform solution to getting users to easily rate your app.
Capacitor plugin to request user authorization to access app-related data for tracking the user or the device.
SQLite3 bindings for React Native (Android & iOS)
Native filesystem access for react-native
AES crypto native module for react-native
Native sha256 react-native
Provides access to the native biometric auth & device security APIs for Capacitor 7+ apps
Node.js Streams, a user-land copy of the stream library from Node.js
Node.js releases data
Parser and DOM over the xcode pbxproj
Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!
Automated semver compliant package publishing
React Native module to handle PassKit pass.
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Nutrient React Native SDK
errors with more than just a message
Get the name of a Windows version from the release number: `5.1.2600` → `XP`
Rokt Mobile SDK to integrate ROKT Api into ReactNative application
Multi-platform geocoder library for React Native apps.
Release helper plugin for CocoaPods.
CocoaPods plugin which allows to quickly try the demo project of a Pod.
CODING-AR-backed repo support for Cocoapods
Adds CocoaPods post-install action to use Whole Module Optimization for Swift files in release mode.
A CocoaPods plugin to integrate pods in form of prebuilt frameworks, not source code. It supports multiple environments (Debug/Release), supports xcframework, source code and binary switching. In addition, it provides a command for quickly modifying header files to help developers support modules.
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.