I installed the react-native template using mopro create
After installing dependencies, I run npm run android but I get this error
> Task :mopro:compileDebugKotlin FAILED
e: file:///Users/ugochukwu/Desktop/projects/mopro-app/react-native/modules/mopro/android/src/main/java/expo/modules/mopro/MoproModule.kt:21:52 Type mismatch: inferred type is Map<String, List<String>> but String was expected
e: file:///Users/ugochukwu/Desktop/projects/mopro-app/react-native/modules/mopro/android/src/main/java/expo/modules/mopro/MoproModule.kt:21:52 No value passed for parameter 'proofLib'
This issue persists in IOS as well. Could anyone explain what's going on?
Thanks!