Chris Rosendorf

Results 2 issues of Chris Rosendorf

Hi, I've attempted to make OnTopReplica click-forward to Java, but couldn't get it to work, and was wondering if it's because of some weird interactions it could have with the...

**Versions**: "react-native": "0.59.10", "react-native-obfuscating-transformer": "^1.0.0", **Files**: metro.config.js: ```js module.exports = { transformer: { babelTransformerPath: require.resolve("./transformer"), getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }), }, };...