Alexander Jeurissen

Results 40 comments of Alexander Jeurissen

Hi @amitaymolko Thanks for replying on such short notice. See the information you requested below: > Which iOS version? iOS 13.5.1 > Which RSA Native version? I tested the following...

> not sure if/how this would work with Expo. > I haven't ever worked with it and it doesn't seem to be straight forward. > You can read up some...

@raptox I did not. The project I needed this for is currently on the back burner and if I revisit it I'm strongly considering writing it in Swift / Objective...

@enkessler thanks for fixing this upstream, I just rebased are you open to merging the remainder of the changes in ?

> Out of curiosity, what is the main benefit of having a fingerprint method over just the `==` method for each model? For two reasons, one is performance, the other...

It might be interesting to refactor the `==` methods to utilize the memoized fingerprint as to improve `==` performance in a followup PR.

@enkessler does the above answer your question ?

For those following this PR, I ran into the same situation and created a small nifty NPM package that creates a ReactGA provider / hook: https://www.npmjs.com/package/@alexanderjeurissen/use-reactga I became only later...

@ArturT could you review this ?