- sudo launchctl remove com.mcafee.agent.macmn
- sudo lsof -i tcp:8081
- find in node_modules/react-native-vector-icons/RNVectorIcons.podspec
- remove the s.resources = "Fonts/*.ttf"
- npx pod-install
node_modules --> react-native-permission --> RNPermissions.m, in this file Search for "No permission handler detected", and comment this line "RCTLogError(@"%@", message)"
create setting.json for back up
{ "backupURL": "Deta base URL", "backupAPIKey": "deta.sh api key" }
Android stuio, preference -> build -> gradle JDK, make sure JDK 11
Delete .gradle/x.x.x from android/app folder
- sudo usermod -aG plugdev $LOGNAME
- apt-get install android-sdk-platform-tools-common
- adb reverse tcp:8081 tcp:8081