react-native-binary
v0.1.1
Published
CLI commands to cache and reuse React Native binaries
Downloads
6
Maintainers
Readme
React Native Binary
CLI commands to reuse React Native binaries
Installation
yarn add react-native-binary --dev
Create or edit your react-native.config.js
to look like this:
module.exports = {
commands: require('react-native-binary'),
};
Usage
binary-hash
command
Calculates a hash for which the project is expected to be producing identical native binary builds. This is useful for optimizing build pipelines to detect when a binary can be reused.
npx react-native binary-hash --platform ios --folders patches
Parameters
| Parameter | Description | Default |
| ------------- | -------------------------------------------------------------------- | ----------- |
| platform
| Which platform to calculate hash | ios
|
| folders
| Comma separated list of additional folders to include in the hashing | None |
License
MIT License. © Joel Arvidsson 2021