react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k stars 905 forks source link

fix: handle libraries using build.gradle.kts files #2543

Closed bang9 closed 2 weeks ago

bang9 commented 2 weeks ago

Summary:

While working on the fix for #2542, I discovered that tests intended for build.gradle.kts were actually being run on build.gradle file, so I'm correcting this.

Test Plan:

Checklist