Valde

Results 23 comments of Valde

So far issues with following OS 12 devices: Pixel 6 Pro Samsung s21 ultra Google Pixel 6 Pro Google Pixel 3 Google Pixel 4 Then again Nokia X10 with OS...

Thanks, @whitedogg13 I'd appreciate it! It actually seems like it's about fifty fifty whether it works on OS 12. Also not quite sure yet whether the problem is in our...

Kinda unrelated, but when I'm trying to debug this issue, and I open react-native-nfc-manager/android in Android Studio (Arctic Fox) none of the code completions/suggestions work. Any idea how to get...

I think we found the issue. Not sure if this applies to other use cases, but in our case the NFC flags were somehow incompatible with certain devices. It was...

Awesome, thanks! I will try to this check this out soon.

If people are interested I published to npm an eslint-plugin that bans spread on Realm.Object type. https://www.npmjs.com/package/@waltari/eslint-plugin-ban-realm-spread (hopefully spread operator wont be fixed now the next day)

Imho. this is the best tool for testing redux-saga right now. I might be able to help as well

Let me know if you found a solution for this. Thanks!

``` options: { sourceMap: true, inputSourceMap: grunt.file.readJSON(env.MINIFIED_FILE_PATH + env.MINIFIED_FILE_NAME + '.js.map') }, ``` This should work.

Experiencing same issue on iOS. Android simulator works fine.