React Native release build failing on bundleJsAndAssets - hermes - index.android.bundle syntax error

Viewed 154

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) {

react native android build error

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.

0 Answers
Related