- We give people the closest distances
- MuziMeet is a social media of music event platform including a chatting feature,
- MuziMeet is a platform formed with Mobile Android App & iOS
-
A working react native environment.
-
A physical device (real device) because emulators have problem with SHA-256.
-
NDK Version
21.4.7075529. NOTE: For Mac M1 users, you'll need NDK version24.0.8215888. -
SDK Version
33, 32, 31 and 30. -
ICU for linux (optional):
git clone https://github.com/unicode-org/icu cd icu/icu4c cd source ./configure --prefix=/usr make sudo make install -
You need to add the following`:
- Your
release.keystoreandgoogle-services.json - Your
sensitive.jsfile, see more info here - You should add keystore credentials as environment variables:
KEYPASS,KEYALIASandKEYALIASPASS
export KEYALIAS=YOURKEYALIAS export KEYPASS=YOURKEYPASS export KEYALIASPASS=YOURKEYALIASPASS - Your
When you've made changes to one or more files, you have to commit that file. You also need a message for that commit.
You should read these guidelines: https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/
And that summarized:
- Short and detailed
- Prefix one of these commit types:
feat:A feature, possibly improving something already existingfix:A fix, for example of a bugstyle:Feature and updates related to stylingrefactor:Refactoring a specific section of the codebasetest:Everything related to testingdocs:Everything related to documentationchore:Code maintenance (you can also use emojis to represent commit types)
Examples:
feat: Improve end-to-end encryptionfix: Fix story not showing in some browsersrefactor: Reformat code at File.*chore: bump Moon Meet version from X.X.X to X.X.X
Copyright (C) 2022





