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>
);
}