Trying to create an android release build with hermes enabled. Been getting a weird error on bundleJsAndAssets that's coming from index.android.bundle:
release/index.android.bundle:13990:31: error: ')' expected at end of function parameter list function validateBaseUrl(url: string) {
This function name does not exist in my codebase and I have no clue what could be causing it. Also haven't been able to find anything online. Any help or direction would be greatly appreciated.
