GhassenEljday / react-mobile-app-button

Welcome to our versatile React component designed to seamlessly integrate download buttons for iOS App Store, Google Play Store, and Huawei AppGallery. Enhance your users' experience by providing effortless access to your mobile app on popular platforms. Elevate your app's visibility and accessibility today!
https://www.npmjs.com/package/react-mobile-app-button?activeTab=readme
39 stars 4 forks source link

global css fix #35

Closed kaustabhws closed 4 months ago

kaustabhws commented 4 months ago

Fix for Issue with Global CSS Import in react-mobile-app-button

Problem

The problem stemmed from the global CSS import within the react-mobile-app-button library, leading to an error message indicating that global CSS cannot be imported from within node_modules. This issue was tracked under Issue #30.

Solution

To address this issue, I replaced the global CSS import with styled components, effectively eliminating the need for importing CSS from within node_modules.

Pull Request

The changes have been implemented in the pull request that I've just raised. You can review the details here.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-mobile-app-button ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2024 3:41pm
GhassenEljday commented 4 months ago

Hey @kaustabhws,

Thanks a bunch for your PR! 😊 I'm excited to let you know that we'll be rolling out the new version of NPM in just a few days, thanks in part for your awesome work.