I'm developing a React Native app and use a package that depends on ffjavascript but it doesn't work since it depends on some node.js modules.
Now i found the equivalent to use in react native: react-native-ffjavascript.
For my other crypto related modules i am using rn-nodeify.
Is it possible to add react-native-ffjavascript to the list of rn-nodeify so all package.json files in the node_modules are "hacked" and replace ffjavascript with react-native-ffjavascript?
If so how would i do that and if not what else can i do?