Temporary solution is suppress this lint error adding this code to android/app/build.gradle application { .... lintOptions{ disable 'MissingDefaultResource' } ...
確定! 回上一頁