react-native-skeleton-content icon indicating copy to clipboard operation
react-native-skeleton-content copied to clipboard

Expo SDK 39 bug: Invariant Violation

Open arklanq opened this issue 3 years ago • 3 comments

Describe the bug After upgrading my expo app to SDK 39 this package stopped working at all. In-app error-log shows message: "Malfored JS ..." and strange numbers after it, but console gives more information - you can find full stack trace below: https://pastebin.pl/view/4add7ece

To Reproduce Steps to reproduce the behavior:

  1. Create stock new Expo SDK 39 app
  2. Follow guide from package homepage to create skeleton.
  3. Launch app and see error when navigated to skeleton.

Expected behavior Package works also on Expo SDK 39.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: iPhone 6s
  • OS: 13.5.1
  • Package version: 1.0.20
  • Full package.json: https://pastebin.pl/view/5d480d01

Additional context Note that i am not using Reanimated v2, still waiting for stable release.

arklanq avatar Sep 27 '20 11:09 arklanq

The fix for now is to remove "react-native-reanimated": "~1.13.0" in package.json.

@alexZajac Any chance on bumping reanimated from 1.9.0 to 1.13.0?

wobsoriano avatar Nov 23 '20 14:11 wobsoriano

This PR should resolve the issue. We have added this to our package.json as a temporary workaround:

 "resolutions": {
       "react-native-reanimated": "~1.13.2"
  }

200even avatar Mar 30 '21 23:03 200even

Hi, with recent changes and needs I updated the version of react-native-reanimated to 2.1.0, do you still encounter the issue?

alexZajac avatar May 22 '21 14:05 alexZajac

Closing as no update from requester

alexZajac avatar Sep 05 '22 23:09 alexZajac