-
Getting the following error `Error: This component must be used inside a component.` However my component is indeed inside a `RecoilRoot`.
```
const App = () => {
return (
…
-
Has anybody managed to get an Expo Module/Config Plugin working for this lib ?
This is the only lib under `react-native-webrtc/` organization that doesn't provide this
-
Hi @el173
we are facing these errors while trying to run the build it's causing my build to fail. After commenting these line, was able to build without any issues. So, can you please look into it…
-
I have in one of my file the following line:
`const hasOwnProperty = Object.prototype.hasOwnProperty;`
This cause eslint rule check to failure with error:
`TypeError: this.styleSheets[styleSheetN…
-
**Error**
```Javascript
TypeError: expect(...).toHaveStyleRule is not a function
7 | const tree = shallow()
8 | expect(tree).toMatchSnapshot()
> 9 | expect(tree).to…
-
# Bug
Hi! 👋 Thanks for your work on the lib; here for the context of the bug I'm encoutering:
- I upgraded the library from 5.2.1 to 6.0.0-beta.2
- While doing an upgrade to RN 0.73
- Unfortuna…
-
안녕하세요, iOS 16 등의 실 디바이스에 빌드 후 react-native-channel-plugin 테스트할 때는 문제가 전혀 없었으나,
현재 제 iOS 13.6 실 디바이스에서 React Native 개발자 문서에 나와있는 모든 설정을 한 이후,
1. ChannelIO.boot 하기
2. react-native의 Alert 모듈의 Alert.…
-
First i created a project then i added cocoapod with latest version 0.4.3 then i run two commands
npm install react-native-msal-plugin
react-native link react-native-msal-plugin
i got error
'M…
-
Hello,
I installed the package with
`npm install react-native-firebase-analytics --save`
then I tried to link it with
`react-native link`.
This did nothing, so I linked the library manually:
…
-
### Description
When installing the React Navigation plugin in a TypeScript project it fails to typecheck `const { createNavigationContainer } = Bugsnag.getPlugin('reactNavigation')`
```
TS…