react-native android: string.matchAll - undefined is not a function

后端 未结 0 526
深忆病人
深忆病人 2020-12-06 07:12

not sure what\'s going on here.

I have code that works fine in iOS:

    const bolds = /\\*\\*([^\\*]+)\\*\\*/g;
    const italics = /[^\\*]\\*([^\\*]+)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题