JSPM

react-native-versioning

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q19537F

react native versioning CLI

Package Exports

  • react-native-versioning

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-versioning) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm npm

React Native Versioning

It helps to set the react-native versions easily.

Usage

Usage:
    npx react-native-versioning \
    -t --target <versionCode> \
    -b --build <buildNumber> \
    --android-only \
    --ios-only

Example

npx react-native-versioning --target=2.1.1
npx react-native-versioning --build=17
npx react-native-versioning --build=18 --ios-only
npx react-native-versioning --target=2.3 --build=16 --android-only