akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Can't find variable: React #1786

Closed Usman4358 closed 8 months ago

Usman4358 commented 8 months ago

I am using React Native version 0.68.2 and React version 17.0.2. When I run the app, it crashes with the error "Can't find variable React." When I comment out the library imports, the app works smoothly. I don't know what the issue is; I have configured everything according to the documentation.

CrashHunter commented 8 months ago

the same to me my "react-native": "0.63.3",

Usman4358 commented 8 months ago

This is actually version issue. Install the library version that is compatible with React Native 0.63.3.

Usman4358 commented 8 months ago

The issue has been resolved by installing compatible version of the library.

vcankur commented 7 months ago

Getting same issue

ghousesaqlain commented 3 months ago

Still facing the issue with "react": "^18.2.0", "react-native": "^0.72.4", "@eva-design/eva": "2.2.0", "@ui-kitten/components": "5.3.1", "@ui-kitten/eva-icons": "5.3.2",

Anyone have fix for this error?