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.
Simple and complete React DOM testing utilities that encourage good testing practices.
Simple and complete DOM testing utilities that encourage good testing practices.
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
Custom jest matchers to test the state of the DOM
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
Fire events the same way the user does
Delightful JavaScript Testing.
Delightful JavaScript Testing.
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
Simple and complete React hooks testing utilities that encourage good testing practices.
Parser and DOM over the xcode pbxproj
React package for snapshot testing.
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!
The Firebase Authenticaton component of the Firebase JS SDK.
Run tests for any pod from the command line without any prior knowledge.
A short description of cocoapods-unit-test.
The dependencyswapper allows developers to switch between non source pods to source pods or to development pods. This gem comes very handy for framework developers that produce frameworks as binaries and not as source.
This CocoaPods plugin linking functionality allows to easily test their pods. This plugin adds the following commands to the CocoaPods command line: * pod link <name> * pod unlink <name> * pod list links
This CocoaPods plugin linking functionality allows to easily test their pods. This plugin adds the following commands to the CococPods command line: * pod link <name> * pod unlink <name> * pod list links
- 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.