cen
cen
I want the same thing! can this be supported?
android run command: **npx jetify**, fix my issue
i see the same issue, in my case the root cause is: **our intranet can NOT connect to twilio server**, so please make sure your network can connect to External...
you might set a incorrect app key. for example use the android app key to iOS app
@vlad-ps try this: ```ts ```
before running **npx mrm@2 lint-staged** make sure you have eslint and prettier in you devDependencies of package.json ```json { "eslint": "^some.version.number", "prettier": "^some.version.number" } ```
> I just switched to husky@5 and it's different to enable hooks in the submodule, In the new version husky modifies the path of the hooks directory, we can do...