react-native-schemes-manager
                                
                                 react-native-schemes-manager copied to clipboard
                                
                                    react-native-schemes-manager copied to clipboard
                            
                            
                            
                        Changed so glob does not follow symlinks.
Circular symlinks in modules were breaking the script.
Description of changes
Changed the glob call in utilities.js to not follow symlinks. See issue #66 for details.
Related issues (if any)
#66
@DanFlor, thanks for the contribution. I think the use case that necessitated following symlinks was when people use npm link to bring a module in for development, which we still wanted to modify the .xcodeproj for.
I think it's probably a bit of an edge case, given that the React project is the one we're really after, so I'm open to merging this change, but I'd recommend changing it from { follow: false } to just omitting the options object, as that's the default behaviour of the library.