jamonholmgren / react-native-colo-loco

Colocate your native modules and components with your JavaScript/JSX files.
292 stars 12 forks source link

Colocated files hash changes after #16 #18

Closed ste7en closed 1 year ago

ste7en commented 1 year ago

There is a bug in PR #16 that tests did not raise. I explained it here.

To solve it we should always check for file realpaths:

colocated_files.map(&:real_path).include?(file.real_path)
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: