Skip to content

Commit

Permalink
add RNV_SKIP_LINKING env to androidRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Mar 15, 2024
1 parent 36dd311 commit 52f6abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk-react-native/src/androidRunner.ts
Expand Up @@ -74,6 +74,7 @@ export const packageReactNativeAndroid = async (c: RnvContext) => {
...CoreEnvVars.RNV_EXTENSIONS(),
...EnvVars.RNV_REACT_NATIVE_PATH(),
...EnvVars.RNV_APP_ID(),
...EnvVars.RNV_SKIP_LINKING(),
},
});

Expand Down Expand Up @@ -112,6 +113,7 @@ export const runReactNativeAndroid = async (
...EnvVars.RCT_METRO_PORT(),
...EnvVars.RNV_REACT_NATIVE_PATH(),
...EnvVars.RNV_APP_ID(),
...EnvVars.RNV_SKIP_LINKING(),
},
cwd: appFolder,
//This is required to make rn cli logs visible in rnv executed terminal
Expand Down Expand Up @@ -144,6 +146,7 @@ export const buildReactNativeAndroid = async (c: RnvContext) => {
...CoreEnvVars.RNV_EXTENSIONS(),
...EnvVars.RNV_REACT_NATIVE_PATH(),
...EnvVars.RNV_APP_ID(),
...EnvVars.RNV_SKIP_LINKING(),
},
});

Expand Down

0 comments on commit 52f6abb

Please sign in to comment.