diff --git a/tests/index.android.js b/tests/index.android.js new file mode 100644 index 00000000..4cd59214 --- /dev/null +++ b/tests/index.android.js @@ -0,0 +1 @@ +require('./app'); diff --git a/tests/metro.config.js b/tests/metro.config.js index e77c8b9b..d93535ed 100755 --- a/tests/metro.config.js +++ b/tests/metro.config.js @@ -17,6 +17,7 @@ const config = { get: (target, name) => join(__dirname, `node_modules/${name}`), } ), + platforms: ['android', 'ios'], }, watchFolders: [resolve(__dirname, '../src')], // serializer: {