Skip to content

Commit

Permalink
Sync rn-cli.config.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
expbot committed Aug 29, 2018
1 parent 7b8f6e6 commit 273446e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/jest-expo-mock-generator/rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { createReactNativeConfiguration } = require('expo-yarn-workspaces');

module.exports = createReactNativeConfiguration(__dirname);
3 changes: 3 additions & 0 deletions apps/native-component-list/rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { createReactNativeConfiguration } = require('expo-yarn-workspaces');

module.exports = createReactNativeConfiguration(__dirname);
3 changes: 3 additions & 0 deletions apps/test-suite/rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { createReactNativeConfiguration } = require('expo-yarn-workspaces');

module.exports = createReactNativeConfiguration(__dirname);
3 changes: 3 additions & 0 deletions home/rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { createReactNativeConfiguration } = require('expo-yarn-workspaces');

module.exports = createReactNativeConfiguration(__dirname);

0 comments on commit 273446e

Please sign in to comment.