naoufal/react-native-apple-pay

View on GitHub
examples/native/index.android.js

Summary

Maintainability
A
0 mins
Test Coverage
import React, { Component } from 'react';
import { AppRegistry } from 'react-native';

global.PaymentRequest = require('react-native-payments').PaymentRequest;
const App = require('../common/App').default;

AppRegistry.registerComponent('ReactNativePaymentsExample', () => App);