Skip to content

Commit

Permalink
Merge pull request #1401 from flexn-io/fix/add_extensions_to_android_run
Browse files Browse the repository at this point in the history
Fix/add extensions to android run
  • Loading branch information
pavjacko authored Feb 18, 2024
2 parents a81ceba + 1603c5e commit db0d472
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 db0d472

Please sign in to comment.