ckswopnera

Results 5 comments of ckswopnera

I downgrade the expo version to 46.0.0 and the error is gone

It worked on RN 0.74.0 just add at \node_modules\react-native-vector-icons\fonts.gradle ``` if (lintVitalAnalyzeTask) { lintVitalAnalyzeTask.dependsOn(fontCopyTask) } + def generateReportTask = tasks.findByName("generate${targetName}LintVitalReportModel") + if (generateReportTask) { + generateReportTask.dependsOn(fontCopyTask) + } def generateAssetsTask...

same here. only black screen is given for video screenshot . "react-native": "0.74.2", sample: ![Screenshot_1719570069](https://github.com/gre/react-native-view-shot/assets/73164259/ce0c5c38-5800-41a3-9070-f156cfd476d6)

I have 1.7.0. but the problem still exists. if I use this for pixel 7a with api 34 then it is working fine. but for pixel tablet with api 34...