I'm working on a react native project and I would like to integrate the square API for the usage of micro payments. I looked into the square documentation and provided examples (https://github.com/square/connect-api-examples).
Apparently native mobile development is not support for the Transactions API + Payment Form or the Checkout API yet (https://docs.connect.squareup.com/payments/take-payments). The Point of Sale API seems not to fit our needs.
Is there any way to get square-connect working for react native?
Thanks.
react-native-square-posto make it easier to interact with Square Point of Sale from React Native. - connorbode