react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

RNUILib SkeletonView's requires installing "react. native-linear-gradient" dependency

Open LazyAfternoons opened this issue 3 years ago • 0 comments

Description

When using a SkeletonView, the emulator throws the following error: RNUILib SkeletonView's requires installing "react. native-linear-gradient" dependency

I installed the library by following these instructions. I can run the example just fine but SkeletonView throws the same error whatsoever.

Related to

  • [x] Components
  • [ ] Demo
  • [ ] Docs
  • [ ] Typings

Steps to reproduce

  1. Install react-native-linear-gradient by following these instructions.
  2. Try to use a SkeletonView.
  3. Emulator throws an error whenever a SkeletonView in rendered.

Screenshots/Video

Simulator Screen Shot - iPhone 13 - 2022-09-19 at 12 19 45

Environment

  • React Native version: 0.69
  • React Native UI Lib version: 6.20.1

Affected platforms

  • [x] Android
  • [x] iOS
  • [ ] Web

LazyAfternoons avatar Sep 19 '22 10:09 LazyAfternoons