Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created August 2, 2017 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/a8265e044f74a6816c59d9cf80a47740 to your computer and use it in GitHub Desktop.
Save arkilis/a8265e044f74a6816c59d9cf80a47740 to your computer and use it in GitHub Desktop.
react-appstore-button.js
import AppStoreButton from 'react-appstore-button';
////
export default (props) => {
return (
<AppStoreButton
url="https://itunes.apple.com/us/app/my-nbn/id1247260936?mt=8"
width=165
height=40
></AppStoreButton>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment