douglasjunior / react-native-recaptcha-that-works

⚛ A reCAPTCHA bridge for React Native that works (Android and iOS)
MIT License
167 stars 33 forks source link

Add action parameter for enterprise api #37

Closed codev0 closed 2 years ago

codev0 commented 2 years ago

Added action additional parameter according reCAPTCHA Enterprise example

Please notice JavaScript API reference for reCAPTCHA Enterprise has a mistake in the documentation. There action is the third parameter, but in examples and empirically, I have found out it must be provided in the second parameter as a property

codev0 commented 2 years ago

Hey @douglasjunior, do I have any chance to see this PR on NPM soon?

douglasjunior commented 2 years ago

Done!

https://github.com/douglasjunior/react-native-recaptcha-that-works/releases/tag/1.3.2

codev0 commented 2 years ago

@douglasjunior thank you very much