Skip to content

Commit ef75de9

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove project.android block from rn-tester's CLI config (facebook#35197)
Summary: The project.android block is unnecessary and contains a wrong path. Let's use the default path which is `./android`. ## Changelog [Internal] - Remove project.android block from rn-tester's CLI config Pull Request resolved: facebook#35197 Test Plan: Tested locally + will wait for a CI run Reviewed By: robhogan Differential Revision: D41013193 Pulled By: cortinico fbshipit-source-id: 5c76c9b571b23ad71a23a8f3f05a9acb4d6e20b9
1 parent 8183aac commit ef75de9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/rn-tester/react-native.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@ module.exports = {
2929
ios: {
3030
sourceDir: '.',
3131
},
32-
android: {
33-
sourceDir: '.',
34-
},
3532
},
3633
};

0 commit comments

Comments
 (0)