-
### Description
When react-native-modal library is in version 12.1.0, it gives the error "_reactNative.DeviceEventEmitter.removeListener is not a function". This problem disappears when the version o…
-
### Description
`React-native/Libraries/Image/AssetRegistry` is introduced in the `Platform.web.js` file, but an error will be reported when using `react-native-web,` because the `AssetRegistry` file…
-
Hi everyone, I am asking here because I may have a better React Native audience:
Has anyone ever been able to run their tests on the Hermes engine instead of the normal Node V8 engine?
We have some i…
-
If so, what version is it support? For my case, I am on 0.75.3 version of react native.
-
## Describe the bug
Upgrading from Expo SDK 51 to Expo SDK 52 causes expo-font's major version to move from 12 to 13. This causes a failure with the react-native-test-renderer's `render` method when…
-
### Description
Libraries built with `react-native-builder-bob` do not respect the `tsconfig.config#compilerOptions.jsx` setting, and force the output to be `react-jsx`. This is a problem for React N…
-
### Description
In iOS I am getting following error by simply running fresh package build using
`npx create-react-native-library@latest react-native-performance-tracker`
Android is working fine.
…
-
### Documentation
- [X] I've checked the guide, but it doesn't help me to resolve the issue.
### Description
When running `pushwoosh-react-native-plugin@6.1.34` on `expo@52.0.9` with all other expo…
-
Good day)
What `react-native` version are you using?
"0.76.1"
What `react-native-pdf` version are you using?
"^6.7.5"
What platform does your issue occur on? (android/ios/both)
ios
Describe you…
-
CMakeList.txt:
```
cmake_minimum_required(VERSION 3.12.0)
project(react-native-audio-api)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_CXX_STANDARD 20)
# Detect the operating system
if(APPLE)…