This package is part of the [React Native CLI](../../README.md). It contains commands for cleaning the build artifacts.
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.
A well-tested CSS minifier
Generate a Snyk dependency graph from a Podfile.lock file
Clean up error stack traces
Session Replay
Snyk CLI CocoaPods plugin
React Native Rate is a cross platform solution to getting users to easily rate your app.
A webpack plugin to remove/clean your build folder(s).
Capacitor plugin to request user authorization to access app-related data for tracking the user or the device.
Generate Apple Targets with Expo Prebuild
SQLite3 bindings for React Native (Android & iOS)
AES crypto native module for react-native
Native filesystem access for react-native
Native sha256 react-native
Provides access to the native biometric auth & device security APIs for Capacitor 7+ apps
Clean an input string into a usable git ref
TypeScript definitions for clean-css
Clean up regular expressions
Clean files and folders
Automating the cleaning of a React Native Project
Parser and DOM over the xcode pbxproj
Minify css with clean-css.
Remove Podfile.lock, Pods/ and *.xcworkspace.
A short description of cocoapods-clean_build_phases_scripts.
Assets-cleaner is a Cocoapods-plugin that helps to clean unused assets on Xcode projects.
Fix CocoaPods cache bug
Set of Cocoapods tools (clean, reinstall, clean derived data)
- 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.