Unknown Module "child_process" In React Native
React Native v0.23.0 Node v5.11.0 Windows 10 10586 (I try on OSX and get the same error) I try to write var cp = require('child_process'); in react native, but get an error said Re
Solution 1:
Well, I got answer at this issue https://github.com/facebook/react-native/issues/7170
Solution 2:
There is a react-native-childprocess package you could try
Post a Comment for "Unknown Module "child_process" In React Native"