react-native-skeleton-content
react-native-skeleton-content copied to clipboard
A customizable skeleton-like loading placeholder for react native projects using expo.
Most time, apps are using React Navigation or another library that uses `react-native-reanimated` as a dependency. Those libraries define their own Reanimated dependency version which does not match by version...
**Describe the bug** This package throws an error when using with Expo SDK 45. **To Reproduce** Steps to reproduce the behavior: 1. Import package in a project using Expo SDK...
Identify the Bug Issue: https://github.com/alexZajac/react-native-skeleton-content/issues/66 Description of the Change In this PR I updated the dependencies we use so that they are aligned with Expo's new SDK 45, otherwise it...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.6. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Upgrading expo projects to expo SDK 44 added some changes in dependencies versions : - expo-linear-gradient : 10.0.3 => 11.0.0 - react-native-reanimated : 2.2.0 => 2.3.1 This induced some conflicts...
Hi! Expo throw error ``` { "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies":...
**Describe the bug** Everything works as expected in our project until we introduce the loading state. The skeleton recognizes when the loading state changes and will display when it's supposed...