frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

Cannot open the generated ios workspace #95

Open zabojad opened 5 years ago

zabojad commented 5 years ago

We cannot open the generated ios workspace.

react-native-create-library@3.1.2

XCode 10.0

zabojad commented 5 years ago

Ok my bad, it works with master version... Then maybe a new release would be needed?

worldofnick commented 5 years ago

Yeah, looks like we need a new release. @zabojad can you share how you installed the master version? Thanks :)

zabojad commented 5 years ago

@worldofnick npm install -g git+https://github.com/frostney/react-native-create-library.git should do the trick.

maicki commented 5 years ago

FYI, we track the release in here: https://github.com/frostney/react-native-create-library/issues/78

SaeedZhiany commented 5 years ago

@zabojad Is there any difference between the template created by master version and the one created by normal way (I mean the way we install this library using npm) I'm really confused!

neurosnap commented 5 years ago

Any updates on this? Installing from github is fine but it's been months, can we get this published?