react-native-fabric
react-native-fabric copied to clipboard
Fix logStartCheckout argument order on iOS
The argument order in the ObjC implementation is out of sync with java and javascript. This PR fixes that, but is potentially breaking for existing installations using the wrong argument order (although I never got it to work that way either so I'm guessing no-one is using it).
I am using it! @corymsmith could you check and merge this please?
This change seems to be very critical.
Perhaps we should merge this and just push a breaking change release? Library would be at 1.0.0, but is there any good reason for it not to be?