config plugin for Viro

I tried to write the config plugin with react-viro under managed flow, however, i get the message as below, I wonder if the problem fixed in react-viro? or the problem caused by the setup of config plugin?
https://github.com/viromedia/viro/issues/769
I read the document on the viro site regarding modifying the native code, but i am not sure how to make it happen like below in https://docs.viromedia.com/docs/integrate-project-with-viro
Modify the React Native files in your project:
1) Open the file RCTReconnectingWebSocket.m . In the file search for the following #import "<fishhook/fishhook.h>" and rename the import to #import "fishhook.h" .

Any help is much appreciated. By the way, is any schedule to have the managed flow worked with AR?

Same situation! Did you find a solution?