question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update documentation for `react-native-reanimated` and bump version in Example

See original GitHub issue

react-native-reanimated v2 has quite a bit more set-up. It’s not immediately clear that when installing the library, you have to be using v2 of the library.

Also, things like Direct Debugging are things that people who install v2 may not be expecting.

Also, we should bump the version in the example to 2.0.0-rc.2

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
andreialecucommented, Feb 1, 2021

Oh, nevermind. After adding the babel plugin it works now (on rc.0, didn’t try the others):

  plugins: ['react-native-reanimated/plugin'],
0reactions
Draykeecommented, Apr 25, 2021

I had this issue too and right now I’m pretty confused on what I should to.

You will be unable to use Remote JS Debugging if you use the new APIs from Reanimated 2 Expo (https://docs.expo.io/versions/latest/sdk/reanimated/)

It should be mentioned somewhere

UPDATE: SDK41 contains support for Reanimated 2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Updating your published package version number - npm Docs
Go to your package page ( https://npmjs.com/package/<package> ) to check that the package version has been updated. For more information on npm version...
Read more >
Should I update the semver version when adding examples to ...
Spec says that when you update the docs (e.g. deprecation warning), you should bump the patch version, even though documentation isn't published ...
Read more >
configure project :react-native-reanimated aar for ... - You.com
It will be removed in version 5.0 of the Android Gradle plugin. For more information, see http://d.android.com/r/tools/update-dependency-configurations.html ...
Read more >
Upgrading a 16 months old react-native project
(Sometimes the documentation update is so frequent that old documentation is not there anymore, so just keep up to date with the latest...
Read more >
Fedir Ushakov (@todor_one) / Twitter
Some of these animations were laggy a few versions back. ... docs.expo.dev ... bug by @wcandillon in #1105 Upgrade example to React Native...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found