jpudysz / react-native-unistyles

Level up your React Native StyleSheet

Home Page:https://unistyl.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not be downloaded from yarn registry

ramazanguclu opened this issue · comments

Description

I tried to install the library with this command yarn add react-native-unistyles but i got error like
An unexpected error occurred: "https://registry.yarnpkg.com/react-native-unstyles: Not found".

Please help me.

Steps to reproduce

  1. Run this command yarn add react-native-unistyles
  2. Getting not found error

Snack or a link to a repository (optional)

No response

Unistyles version

2.2.0

React Native version

0.72.6

Platforms

Android, iOS, React Native macOS

Engine

Hermes

Architecture

Fabric (new)

You didn't spell corectly unistyles:

https://registry.yarnpkg.com/react-native-unstyles, but should be https://registry.yarnpkg.com/react-native-unistyles

@jpudysz thanks for reply. My problem was solved. Before, i installed the v2.2.0. After your answer, i removed from package json and run script again yarn add react-native-unistyles, it was successful for v2.3.0