Closed Traviskn closed 8 years ago
Hi @Traviskn, thank you so much for the report.
Hi @Traviskn, would you mind checking if #10 would fix the problem?
Thanks @frostney, I've tested and #10 fixes this problem - react-native link works great!
Thank you so much for testing. I'll release a new version once I got home.
I just released version 1.0.2 which includes the fix. Thank you again for testing, much appreciated 👍
No problem, thanks for being so responsive! Thanks to your library, I got my first react native npm package published: https://www.npmjs.com/package/react-native-uuid-generator 🎉
While testing the installation process of a library I created with this tool, running
react-native link
produced an error 'Expected "{" found "/"'. This is because there is an extra blank line at the top of the xcodeproj/project.pbxproj file that is confusing the link command. After removing the blank line, the link command worked without errors.