mjjabarullah

Results 4 comments of mjjabarullah

UpdateManagerConstant.REQUEST_CODE accessing this from the library it shows package private is not accessible.

I have found the issue. the above mentioned closure is moved to setting.gradle file. there we can add maven{ url "https://jitpack.io" } Everything works like a charm.

这里有同样的问题. 如果您对此有任何解决方案 [zhongyang219](https://github.com/zhongyang219)

This is my Form Item ` ( Primer : {primers.map((primer) => ( {primer} ))} )} />` this is my schema `const form = useForm({ defaultValues: { primer: undefined, }, resolver:...