Skip to content

Commit

Permalink
ci(detox-ios): try explictly setting the entryFile
Browse files Browse the repository at this point in the history
detox IOS build is failing in the CI for some reason
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 1b5a80a commit d5e3e9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wrappers/react-native/example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ module.exports = {
}, {}),
},

// We set the entryfile Android expects index.js but IOS expects index.tsx
entryFile: 'index.js',

transformer: {
getTransformOptions: async () => ({
transform: {
Expand Down

0 comments on commit d5e3e9b

Please sign in to comment.