AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
622 stars 228 forks source link

ERROR Error: The package 'react-native-agora' doesn't seem to be linked. #696

Closed lakshmankatari closed 1 year ago

lakshmankatari commented 1 year ago

Describe the bug Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. ERROR Error: The package 'react-native-agora' doesn't seem to be linked. Make sure:

To Reproduce Steps to reproduce the behavior: npm install react-native-agora and npx react-native run-android

rubensavio commented 12 months ago

I have got the same error. Any fix to this?

VikasReactNative commented 11 months ago

same Problem

Screenshot 2023-10-17 at 4 08 34 PM

i am able to solve it by upgrading react native version from "react-native": "0.63.2" to "react-native": "0.68.2", and also need to install

"@react-native-community/cli-platform-android": "^11.3.9", "@react-native-community/cli-platform-ios": "^11.3.9",

kylefoo commented 9 months ago

Has anyone resolved this? ran into same issue here.