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.

README React Native Compatibility table needs to be updated

See original GitHub issue

Environment

System: OS: Windows 10 10.0.19044 CPU: (8) x64 Intel® Core™ i7-4790 CPU @ 3.60GHz Memory: 1.67 GB / 15.94 GB Binaries: Node: 14.19.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.14.17 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: AI-212.5712.43.2112.8609683 Visual Studio: Not Found Languages: Java: 17.0.3 - C:\Program Files\Java\jdk-17.0.3\bin\javac.EXE Python: 3.10.4 - C:\Python310\python.EXE npmPackages: @react-native-community/cli: ^4.14.0 => 4.14.0 react: 16.13.1 => 16.13.1 react-native: 0.63.3 => 0.63.3 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

Description

I just wanted to let you guys know that I think the README React Native Compatibility table needs to be updated, I tried installing with npm install @react-native-community/slider --save yesterday and was getting this error after running react-native run-android --appIdSuffix local:

image

which I think was introduced in 4.3.0? Anyways, I downgraded to 4.2.4, and apparently, it’s working now, I guess the fix should look something like this. But I’m not 100% sure about Windows and if it’s only >= 0.69 so…

React Native Compatibility

To use this library you need to ensure you are using the correct version of React Native.

@react-native-community/slider version Required React Native Version
4.3.x >=0.69
4.2.x >=0.60; >=0.62 (on Windows);
3.1.x >=0.60
2.x.x >= 0.60
1.x.x <= 0.59

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
BartoszKlonowskicommented, Aug 10, 2022

Thank you for reporting, @Knufle! I will take a look into that

0reactions
BartoszKlonowskicommented, Aug 20, 2022

@Knufle The fix is now released in v4.3.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use libraries - Expo Documentation
Learn how to use libraries based on React Native, Expo SDK and third-party ... you will see a description of the library and...
Read more >
react-native - npm
A framework for building native apps using React. Latest version: 0.70.6, last published: a month ago. Start using react-native in your ...
Read more >
Upgrading to new versions - React Native
Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies.
Read more >
File: README — AWS SDK for JavaScript
Watch this README and the AWS Developer Tools Blog for updates and ... To use the SDK in a react native project, first...
Read more >
Could not find the following native modules after upgrading ...
firstly, when you update the react-native version, you should react-native official document. to avoid some wrong things. the details for ...
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