Andrey

Results 18 comments of Andrey

Is it should connect on 0.64 if hermes enabled on ios?

Android works only after "adb -s reverse tcp:8081 tcp:8081" Maybe this is the case Is there any workaraunds or something i could do to connect real device to debugger?

@zamotany yes. Metro works out of the box for both platforms. Right now Haul issue happening only with ios device. Everything fine with metro (clear react-native start) and ios. But...

> {"statusCode":404,"error":"Not Found","message":"File /debugger-proxy not found"} this error haul dev server shows me in the browser when i tried to get ..../debugger-proxy. IOS device tries to connect with that path,...

> There's not easy workaround for that. It needs changes in the haul's server itself, changing how the WebSocket server is created. Well, at least we know the problem. If...

It also solves with custom babel/ts config from [recipe](https://github.com/callstack/haul/blob/master/docs/Recipes.md). ``` export default makeConfig({ bundles: { index: { entry: withPolyfills('./index.ts'), transform({ config }) { config.module.rules = [ { test: /\.tsx?$/, exclude:...

looks like it's happening since [issue 220](https://github.com/callstack/haul/issues/220). if i console.log the passed config in transform function, it does not looks like node_modules were excluded from babel, but behavior suggests otherwise....

I'm also facing this. 4-8 seconds after making a minor fix. @haul-bundler/cli: 0.17.0 RN: 0.61.5 System: Mac mid 15 Processor 2.5 GHz intel core i7 config: ``` const removeRuleByTest =...

This is extremely obvious overlay behavior. If screens represents as stack of cards, there's should be a way to inherit properties from previous one. Hope there will be some way...

I will leave my examples where the presence of such storage was help me a lot in a real application 1) When opening a push notification that should take the...