Skip to content

Commit

Permalink
[android] Escape Android autolinking script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 5, 2021
1 parent 0802225 commit e88314e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/@unimodules/react-native-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 🐛 Bug fixes

- Escape Android autolinking script for Windows. ([#13494](https://github.com/expo/expo/pull/13494) by [@byCedric](https://github.com/byCedric))

### 💡 Others

## 6.3.0 — 2021-05-25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ExpoAutolinkingManager {
String[] args = [
'node',
'--eval',
'require("expo-modules-autolinking")(process.argv.slice(1))',
'require(\'expo-modules-autolinking\')(process.argv.slice(1))',
'--',
command,
'--platform',
Expand Down

0 comments on commit e88314e

Please sign in to comment.