Integrate Zettle SDK in React Native -- 2

Job ID: 30925517

Budget: €30 – €250 EUR

Hi there,

For an upcoming project, we need a Proof Of Concept to see if the iZettle (payment provider) IOS SDK (https://github.com/iZettle/sdk-ios) will integrate with React Native.

- What we need is a simple page in React Native with a payment button
- There is no React Native app yet, so you can create just an empty React Native placeholder page for this
- The button should just trigger a payment action. The action should be handled by the SDK (https://github.com/iZettle/sdk-ios#charging)
- Primary goal is seeing React Native communicate with the SDK in the correct way, as described on the above Github URL
- The SDK provides an example app in Objective C