Saurabh Bhagvatula
Results
3
comments of
Saurabh Bhagvatula
Is there any update on this. I'm facing the same issue is react native version 0.68.2.
The issue is lookbehind regex is not supported in JSC (which is JS compiler in RN). Replacing JSC with Hermes fixed the issue for me.
Please look into below piece of code, it may help you to figure out way to load & store model import os import findspark findspark.init() import pyspark sc = pyspark.SparkContext()...