Skip to content

Commit

Permalink
Remove project.android block from rn-tester's CLI config (#35197)
Browse files Browse the repository at this point in the history
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: #35197

Test Plan: Tested locally + will wait for a CI run

Reviewed By: robhogan

Differential Revision: D41013193

Pulled By: cortinico

fbshipit-source-id: 5c76c9b571b23ad71a23a8f3f05a9acb4d6e20b9
  • Loading branch information
cortinico authored and Riccardo Cipolleschi committed Nov 4, 2022
1 parent ae677ef commit e59cf2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/rn-tester/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ module.exports = {
ios: {
sourceDir: '.',
},
android: {
sourceDir: '.',
},
},
};

0 comments on commit e59cf2d

Please sign in to comment.