You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nx (v21) Version Actions for React Native macOS releases.
4
+
5
+
## Overview
6
+
7
+
This package provides custom Version Actions for Nx 21's modern release system (`useLegacyVersioning: false`). It extends the built-in `JsVersionActions` to include React Native platform-specific artifact updates.
8
+
9
+
## What it does
10
+
11
+
When versioning the `react-native-macos` project, this package automatically:
12
+
13
+
1.**Updates standard package.json files** (via the base `JsVersionActions`)
14
+
2.**Updates React Native platform artifacts**:
15
+
-`ReactAndroid/gradle.properties`
16
+
-`ReactNativeVersion.java`
17
+
-`RCTVersion.m`
18
+
-`ReactNativeVersion.h`
19
+
-`ReactNativeVersion.js`
20
+
3.**Creates a `.rnm-publish` marker file** to indicate successful versioning
0 commit comments