Skip to content

Commit

Permalink
[expotools] Prepare versioning for SDK38
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed May 21, 2020
1 parent 4be3a6c commit bd53b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/expotools/src/versioning/ios/index.ts
Expand Up @@ -817,7 +817,7 @@ function getCppLibrariesToVersion() {
customHeaderDir: 'ReactCommon',
},
{
libName: 'jscallinvoker',
libName: 'callinvoker',
customHeaderDir: 'ReactCommon',
},
];
Expand Down
Expand Up @@ -42,6 +42,11 @@ export function postTransforms(versionName: string): TransformPipeline {
replace: /\b(RECONNECT_DELAY_MS)\b/g,
with: `${versionName}$1`,
},
{
paths: `${versionName}FBReactNativeSpec`,
replace: /\b(NSStringToNativeAppearanceColorSchemeName|NativeAppearanceColorSchemeNameToNSString)\b/g,
with: `${versionName}$1`,
},
{
paths: 'RCTView.m',
replace: /\b(SwitchAccessibilityTrait)\b/g,
Expand Down

0 comments on commit bd53b8b

Please sign in to comment.