redirect-to-mobile-app-store

0.1.1 • Public • Published

Getting Started with redirect-to-mobile-app-store

Quick start

 <RedirectToMobileAppStore
          appStoreLink={"https://link1"}
          playStoreLink={"https://link2"}
          autoRedirect={true}
        />

autoRedirect will not wait for you to click on the link

How to apply custom style



export const RedirectToMobileAppStore = ({
  appStoreLink,
  playStoreLink,
  autoRedirect,
  mainDivStyle,
  listItemStyle,
  anchorLinkStyle,
  unOrderedListStyle,
}) => {
  ....
};


Readme

Keywords

none

Package Sidebar

Install

npm i redirect-to-mobile-app-store

Weekly Downloads

0

Version

0.1.1

License

none

Unpacked Size

49 kB

Total Files

19

Last publish

Collaborators

  • mrsalvation