How can I edit Java code inside node_modules

Hi,

I need to change Java code inside the react-native-webview, specifically RNCWebViewModule.java in node_modules, but whatever I change, it’s not picked up in the app and the app stays as if I didn’t change any code.

How can I achieve that please?

1 Like

had to eject the project to react native using expo eject. Expo doesn’t allow native code.

indeed, the managed workflow does not! you can continue using most expo things inside bare workflow when you eject though :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.