Matthias Wegner
Matthias Wegner
I get the same error trying it with expo. Thrown Exception is `react-native-i18n module is not correctly linked - node_modules/react-native-i18n/index.js:11:15 in - node_modules/metro-bundler/src/Resolver/polyfills/require.js:191:12 in loadModuleImplementation src/Util/i18n.js:4:0 in - node_modules/metro-bundler/src/Resolver/polyfills/require.js:191:12 in...
Ok i found a workaround-solution over a temporary file: captureShell("curl --request ... | tee tmp.txt") info = captureShell("cat tmp.txt") println(info) captureShell("rm tmp.txt")