UNPKG

react-app-store-link

Version:

A react component which allows you to place an iOS App Store or Google Play Store Download button, and customise the color!

9 lines (7 loc) 208 B
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; it('renders without crashing', () => { const div = document.createElement('div'); ReactDOM.render(<App />, div); });