Philipp Kursawe

Results 205 comments of Philipp Kursawe

And this will prevent the UI to show the slider only when the app is active and restore the original behaviour when the app is in the background or terminated?

I just installed the package and it worked. So I guess the answer is: yes?

Is this still a problem in the final iOS 15 version?

@c19354837 could you please check and merge or give some other contributors merge rights?

I am currently writing myself a little tweet app and also will need media upload. I might provide the relevant code. Not sure if it should be part of this...

Thats because `start` exported from the hook is unstable. Its changing after every render. When eslint complains that it needs to be part of the `useEffect` dependency array, just ignore...

This has been [fixed ](https://github.com/xcarpentier/rn-tourguide/commit/dca27d9347977f0536d05afd92ff047f6ec1fe8f)in October 21 and this issue should be closed.

If you @slorber could point me to a doc about this swizzle+customProps pattern I would certainly give it a try. As context: We need to document the internal workings of...

@davidlehn run into this parsing problem, when parsing padded DER data from a smart cards EF.ATR file which looked like this: ``` e01102020809020300800202020809020208095f520c806605444549444d739621f3d003040600d2104445494658534c433332474441040000d310444549444d4d4843475f473232020206d410444549444d4548435f39303030030005d610444549444d50565656352e3030010000cf15cfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcfcf ``` Adding `{ parseAllBytes: false }` fixed...