spacemeshos / cosmic

🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
MIT License
32 stars 10 forks source link

fix: Update dependencies, snapshots, folder structure #17

Open tpscrpt opened 5 years ago

tpscrpt commented 5 years ago

There were errors relating to ReactDOM which are fixed in a newer version of react-native-web. I've update the react dependencies and changed the snapshots accordingly.

I've also changed the README.md images to their own folder, to remove a bit of clutter from the repo root.

Lastly, the coverage folder is now not included into version control. I recommend setting up a CI pipeline for coverage and integration testing.