Displays the Google Pay image.
yarn add react-native-google-pay-image
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>
)
}
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT