Hi !
I've been following this repo since stripe-terminal v1 was supported.
Update to 2.1.0 was a blessing. Thank you !
I'm mostly a web developer using react and thus I do not have much experience with native environment.
I've been looking through the change log of stripe-terminal android between 2.1.0 and 2.7.0 and I guess they are mostly about internal bug fixing and maybe some methods, events exposure.
I've made a fork of your repo and looked, learned and also extended some event responses between native and react communication.
Do you think it is possible to update to 2.7.0 easily or ar there many things to take into account ?
I also noticed that you are usually returning the ordinal of some enums in responses.
Is there a special need for this or would be bad to use the name ?
Hi !
I've been following this repo since stripe-terminal v1 was supported.
Update to 2.1.0 was a blessing. Thank you !
I'm mostly a web developer using react and thus I do not have much experience with native environment.
I've been looking through the change log of stripe-terminal android between 2.1.0 and 2.7.0 and I guess they are mostly about internal bug fixing and maybe some methods, events exposure.
I've made a fork of your repo and looked, learned and also extended some event responses between native and react communication.
Do you think it is possible to update to 2.7.0 easily or ar there many things to take into account ?
I also noticed that you are usually returning the ordinal of some enums in responses.
Is there a special need for this or would be bad to use the name ?