Closed AndrewShapovalov closed 4 years ago
I have been a bit busy with work, you seem to have a good idea what needs to be done, care to make a PR out of this @AndrewShapovalov :) I can merge it fast then.
I added a PR fixing this, when merged, can you do a new release including the dist, please? 🥇
0.0.2 released with the changes to building when publishing, hope this makes it work! Thanks @pontusab
Readme change PR would still be appreciated @AndrewShapovalov - it's a good idea.
I will close this issue though as that has been resolved.
can confirm that 0.0.2 works!
Hey and thanks for all your efforts!
Dist folder is still empty after installation package.
Seems that you haven't built project before publish to npm. I would recommend you to add additional script to
packaje.json
file:"prepublishOnly": "npm run build"
and publish project again.Also, I would recommend you to update a few lines in
README.md
file.react-native-flipper-apollo-devtools
for our projects as dev dependency (npm install --save-dev react-native-flipper-apollo-devtools
);