README React Native Compatibility table needs to be updated
See original GitHub issueEnvironment
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
:
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:
- Created a year ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top GitHub Comments
Thank you for reporting, @Knufle! I will take a look into that
@Knufle The fix is now released in v4.3.1