I tried to build jitsi meet based on react-native but it stucks in bundleReleaseJsAnd assets and then throw this error :
Process 'command 'node'' finished with non-zero exit value 1
I solved the problem in my Putting
project.ext.react = [
entryFile: "index.js"
]
In App build.gradle