Geraint White
Geraint White
I'm happy to help - a first step would be to get a new version published on npm and merge the critical PRs.
@mppperez is your fork available on npm?
I ended up publishing your fork to a private npm registry and it works well alongside Hermes. A solution using `javascript-obfuscator` directly would be interesting.
@ds300 any chance a new version can be published to npm? A critical PR was merged a few months ago (https://github.com/javascript-obfuscator/react-native-obfuscating-transformer/pull/45) and would be fantastic to have released.
Did anyone make this work with `react-native-svg-transformer`?
I've found that the CallKit display does not appear with no errors in the logs if your call ID is not in the UUID format. If (like me) your call...
Could be seen as a feature request or a bug?
@buzbohdan any idea how to get that working with flow and jest? Flow throws the following error: ``` Cannot get `require(...).default` because property `default` is missing in `String` [1].Flow(InferError) ```...
I got it working with the following flow type definition and jest mock. `flow-typed/svg.js` ```js // @flow declare module SvgImageStub { declare export default 'Svg'; } ``` `.flowconfig` ```ini module.name_mapper='^[./a-zA-Z0-9$_-]+\.svg$'...
Seems to be related to #249