fdnhkj / react-native-shared-code

Calculates the percentage of shared code across platforms in your React Native project.
MIT License
45 stars 4 forks source link

File paths with spaces will cause this package to error out. #2

Closed MattFoley closed 7 years ago

MattFoley commented 7 years ago

Working on a fix now. (Also note that it looks like Node 6.x is required?)

MattFoley commented 7 years ago

Not having a lot of luck here. The gist is just that fs doesn't want to handle spaces in paths properly.

MattFoley commented 7 years ago

Here's a PR to fix this: https://github.com/fdnhkj/react-native-shared-code/pull/3

fdnhkj commented 7 years ago

Fixed in #3