Implementation of an ultimate boilerplate with TS and expo for implementing design from supernova studio.
- Download project.sketch
- Inside the
./app/navigationfolder you can find the ts files specific to the platform web or mobile. (the web.ts are handle by webpack foryarn run webcommand). - Inside the
./assetsfolder the images are in 3 resolutions for targeting the different resolutions of the screens (@1x, @2x, @3x), only the images without a @ in the name are imported for the web. ./web/global.cssall the global style you want to apply for the web environment
