react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.61k stars 459 forks source link

README data not showing on npm.js website . #1011

Closed sahilbakoru closed 7 months ago

sahilbakoru commented 9 months ago

What happened?

The readme file docs not found or showing on npmjs.com for @react-native-async-storage/async-storage .

Screenshot 2023-09-18 at 5 24 30 PM

Version

1.19.3

What platforms are you seeing this issue on?

System Information

System:
    OS: macOS 11.7.9
    CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
    Memory: 65.15 MB / 8.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 16.20.1 - /usr/local/opt/node@16/bin/node
    Yarn: Not Found
    npm: 8.19.4 - /usr/local/opt/node@16/bin/npm
    Watchman: 2023.07.24.00 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.12.1 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
    Android SDK: Not Found
  IDEs:
    Android Studio: Not Found
    Xcode: 13.2/13C90 - /usr/bin/xcodebuild
  Languages:
    Java: Not Found
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1 
    react-native: 0.64.2 => 0.64.2 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Steps to Reproduce

Just go to https://www.npmjs.com/package/@react-native-async-storage/async-storage?activeTab=readme .

Screenshot 2023-09-18 at 5 24 30 PM
tido64 commented 9 months ago

Thanks for reporting this. This is probably caused by us migrating to a monorepo setup. FWIW, you can still access is from here: https://github.com/react-native-async-storage/async-storage#readme

I think we just need to publish a new version for npm to update the page.