Skip to content

jinshin1013/react-native-google-pay-image

Repository files navigation

react-native-google-pay-image

Displays the Google Pay image.

Installation

yarn add react-native-google-pay-image

Usage

import { GooglePayImageView } from 'react-native-google-pay-image'

// ...

export default function App() {
  return (
    <View style={styles.container}>
      <TouchableWithoutFeedback onPress={() => console.log('ONPRESS')}>
        <GooglePayImageView type="plain" style={styles.box} />
      </TouchableWithoutFeedback>
    </View>
  )
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Google Pay Image View for React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published