naoufal/react-native-apple-pay

View on GitHub
examples/web/public/index.html

Summary

Maintainability
Test Coverage
<html>
  <head>
    <title>React Native Payments Web Example</title>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
  </head>
  <body>
    <div id="app"></div>
    <script src="bundle.js"></script>
  </body>
</html>