react-native-shimmer icon indicating copy to clipboard operation
react-native-shimmer copied to clipboard

Simple shimmering effect for any view in React Native

Results 19 react-native-shimmer issues
Sort by recently updated
recently updated
newest added

Added support for the fabric architecture along with backward compatibility for the old architecture. https://user-images.githubusercontent.com/4522175/197780755-c184e008-b1c6-4931-a4a8-847058da7ae1.mp4

Text shimmers, images don't, RN 0.68

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies
ruby

I run: yarn add react-native-shimmer cd ios && pod install and the following failure message comes up for pod install: ``` Analyzing dependencies [!] Unable to find a specification for...

Hello, I am the `react-native-reanimated` maintainer. We received an issue related to your library - https://github.com/software-mansion/react-native-reanimated/issues/2554 This issue has two potential solutions: - Add `try {} catch` by Reanimated side...

https://github.com/software-mansion/react-native-reanimated/issues/2554 ## Description I am using [react-native-shimmer](https://github.com/oblador/react-native-shimmer). when I update `[email protected]` and `[email protected]` then I am receiving the below error ``` Exception thrown while executing UI block: Attempted to remove...

## Summary Latest Xcode 12 fails to build while without a module to depend on `React-Core` directly hence this change is necessary for all native modules on iOS. This change...

The shimmer with default props is work nicely on both platform. I try to change the **duration** and **pauseDuration** props then it's getting weird only on iOS. "react-native": "0.61.5", "react-native-shimmer":...