An application designed to help quit smoking, featuring extensive functionality: comprehensive statistics, a friend system, adding friends via QR code, a news feed, exercises, a task list, audio motivation, cards, and much more.
Note
The application is developed following the Feature-Sliced Design (FSD) methodology. With some deviations: the pages
directory has been renamed to screens
, as this naming better reflects the purpose in mobile development.
Open a Terminal in the project root and run...
Install all dependencies:
yarn install
Install all pods:
cd ios && pod install
yarn ios
yarn android
cd android && ./gradlew bundleRelease
cd android && ./gradlew assembleRelease
cd android && ./gradlew signingReport
yarn react-native generate-bootsplash assets/images/bootsplash_logo_original.png \
--platforms=android,ios \
--background=334155 \
--logo-width=100 \
--assets-output=src/shared/assets/images/assets \
--flavor=main
Linky is licensed under the terms of the MIT license.