diff --git a/jest/hasteImpl.js b/jest/hasteImpl.js index c2a4ae83444..ffbb053584b 100644 --- a/jest/hasteImpl.js +++ b/jest/hasteImpl.js @@ -17,7 +17,7 @@ const cli = require('@react-native-community/cli'); const {haste} = (cli.loadConfig && cli.loadConfig()) || { haste: { providesModuleNodeModules: [], - platforms: [], + platforms: ['ios', 'android'], }, };