-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Color Always Black in react-native-skeleton-placeholder #133
Comments
I am having the same issue on Android 14 and Android 15 recently. The issue is occurring on React Native 0.75.2. Not occurring on RN 0.74.5. All the library versions have not changed, and they are pretty old at that.
This works fine for me on iOS 17.6 or iOS 18 beta. Can somebody please take a look at this? Thanks! |
This one fixed the issue for me. |
This helped resolve the issue for me, thanks! |
I'm encountering an issue with the react-native-skeleton-placeholder library. Despite installing the required dependencies (@react-native-masked-view/masked-view version ^0.3.1 and react-native-linear-gradient version ^2.8.3), the background color of the placeholder remains black and cannot be changed.
Issue: The background color of the placeholder is black and cannot be modified. The items within the placeholder are displaying correctly.
I have tried various solutions and configurations, but none have resolved the problem. Any guidance or fixes would be greatly appreciated.
The text was updated successfully, but these errors were encountered: