Closed jamonholmgren closed 1 year ago
react-native-colo-loco allows you to exclude iOS targets across the board, but it would be really nice to specify which targets a native file applies to on a file-by-file basis.
My current idea is to add a comment to the file, something like this:
// colo_loco_targets: PizzaApp, PizzaAppTest, PizzaAppWidget
Could even have an exclude there as well, if preferred:
// colo_loco_exclude_targets: PizzaAppTest
If anyone has an opinion here, by all means let me know!
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
react-native-colo-loco allows you to exclude iOS targets across the board, but it would be really nice to specify which targets a native file applies to on a file-by-file basis.
My current idea is to add a comment to the file, something like this:
Could even have an exclude there as well, if preferred:
If anyone has an opinion here, by all means let me know!