Anzor Bashkhaz

Results 10 comments of Anzor Bashkhaz

I feel like the purpose of documentation isn't to show the inner workings, but to show how one would use a library/api, etc. Is this not the purpose of this...

This happens when the stack is popped and there are no more views. I notice if I hit the "back" button in my Web App twice, I am not able...

Any variable would cause this issue because it didn't appear to get interpolated when it was consumed by toJSS(). A console.log(css) in there show this. If the string is encapsulated...

Getting this error with the following setup: ``` ├── angular#1.6.1 ├── angular-ui-router#0.3.2 ├── ui-router-extras#0.1.3 ```

Welcome to the wonderful world of touch/click :). There's inconsistencies between browser engines, which is why libraries like [Hammerjs](http://hammerjs.github.io/) exist. Here's my fix. Checks if Hammer exists, and uses its...

@bvaughn do you have any code for RTL for static sized content I could take a look at?

Part 2 of the summary can be completely avoided, if using the "rv-text" property. This also allows us to use formatters as a translate which is so much cleaner IMO....

> The example shows as blank. Can you please provide an example that can reproduce the issue? @HarelM, codesandbox updated to use demo-tiles. We currently use version V4 with some...

> I'm not sure what I'm looking at exactly. Is it possible that the style defines different look for different zoom levels and you see the behavior that is somewhat...

It appears that commonjs packages bundled with target "ES6" are failing to compile as well. See https://forums.expo.dev/t/unable-to-resolve-module-module-babel-runtime-helpers-interoprequiredefault-js/68960/2. Let me know if you need more info. Thank you!