Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 405 Bytes

File metadata and controls

29 lines (15 loc) · 405 Bytes

react-native-payu

Getting started

Add in Package.json "react-native-payu": "git+https://github.com/Krbz/react-native-payu.git"

Mostly automatic installation

$ react-native link react-native-payu

Manual installation

iOS

Android

```

Usage

import PayUWidget from 'react-native-payu'

return (<PayUWidget style={{ flex: 1, minHeight: 100 }} />)