Skip to content

Commit

Permalink
add extensions env variable to android run
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Feb 15, 2024
1 parent 87f787c commit 1603c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-react-native/src/androidRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const runReactNativeAndroid = async (
return executeAsync(c, command, {
env: {
...CoreEnvVars.BASE(),
...CoreEnvVars.RNV_EXTENSIONS(),
...EnvVars.RCT_METRO_PORT(),
...EnvVars.RNV_REACT_NATIVE_PATH(),
...EnvVars.RNV_APP_ID(),
Expand Down

0 comments on commit 1603c5e

Please sign in to comment.