naoufal/react-native-apple-pay

View on GitHub
examples/native-next/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { AppRegistry } from 'react-native';
import App from './App';

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