Questions tagged [react-native-community]

24 questions
6
votes
4 answers

Expo SDK43 "AndroidCheckBox" was not found in the UIManager

After upgrading to expo SDK 43, I am getting this error on Android: Invariant Violation: requireNativeComponent: "AndroidCheckBox" was not found in the UIManager. This error is located at: in AndroidCheckBox (created by CheckBox) in…
Ryan Pergent
  • 4,432
  • 3
  • 36
  • 78
5
votes
3 answers

How do I debug this error: `error: Error: resolveDependencies: Found duplicate dependency key 'undefined' in ` - RN 0.70

Doing a React Native update from 0.69.5 to 0.70.3. App is building on both platforms, but when it runs on Metro this error comes up. error: Error: resolveDependencies: Found duplicate dependency key 'undefined' in /Users/LA/Repo/sb-app/index.js at…
3
votes
2 answers

Getting the error while starting react-native project

I am beginner in react-native. While building my app for android, I am getting this error Task :react-native-community_toolbar-android:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in this build, making it incompatible with…
Kanhaiya
  • 359
  • 2
  • 11
2
votes
1 answer

TypeError: Cannot read properties of undefined (reading 'configurations') from @react-native-community/cli-platform-ios

i recently updated react-native to 0.69 and with it react-native-reanimated 2.8 not working so than i decided to install react-native 0.68.2 again but when starts react-native run-android it's getting error. now my all react-native projects with…
2
votes
2 answers

eslint / prettier / eslint-config-react-native-community integration with prettier extension in VS Code

So, I am trying to use ESlint in my react native project. I want to be able to use prettier extension. I have used this command to install my packages npm i -D eslint prettier @react-native-community/eslint-config and added a .eslintrc file. { …
1
vote
0 answers

react-native-voice package for react-native app giving an error

I am building a react-native app on windows and testing it on physical android device. The basic purpose of the app is to convert speech into text. I am using @react-native-voice library. First I created the app with npx react-native init myapp But…
1
vote
0 answers

`new NativeEventEmitter()` was called with a non-null argument without the required `addListener` and `removeListeners` method

I want to add a voice search feature into my app, and I need to be able to convert speech to text, So I use the library And I have another question Whenever i press the Stop button, My Mobile Application closes itself. Screenshot mentioned…
0
votes
0 answers

React Native Build Failed when running react-native app

Whenever running npx react-native run-android, getting following error: system configuration: Windows 11 JDK: 11 AMD processor react-native latest version **FAILURE: Build failed with an exception. * Where: Script…
0
votes
0 answers

Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object

I am trying to build project on android but I am getting this error. What should be the possible solution for this problem. Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or…
0
votes
0 answers

How to disable react native confirm navigation pop-up

its showing when login or logoutenter image description here and also its auto disabled when i update into new build .but also happening after uninstall and install How can i remove or disable the popup from my app .please help to solve this issue
0
votes
1 answer

React Native Android Build Failed with react-native-community-cli error

When I ran the App from Android Studio or cli, android build fails with the following error, Caused by: java.lang.Exception: Calling `[node, /Users/icebit-lab-06/node_modules/@react-native-community/cli/build/bin.js, config]` finished with an…
Saurabh D Vyas
  • 143
  • 1
  • 1
  • 7
0
votes
0 answers

ReactNative Voice Library new NativeEventEmitter() ERROR

I'm studying React Native. I tried to install @react-native-community/voice or @react-native-voice/voice library because I wanted to get the search term delivered by voice, but it failed. The following errors are continuously occurring. WARN new…
0
votes
0 answers

Problem using the @react-native-community/blur library in react native

sHello friends, I was planning to make a part of my UI project as a blur and I used the @react-native-community/blur library, but when I use it, I get an error when I load the image. I would be grateful if you know how to fix it. In addition, the…
0
votes
1 answer

Problem with lining up contents: react native

I'm currently having a problem with the clickable size of a reusable button which includes an icon and text. When I run this code it seems like the entire row becomes clickable when I only want the icon and text to become clickable. Does anyone know…
0
votes
0 answers

Build failed with an exception error in react-native-community/cli

i got error after i install npm i @react-native-community/cli-platform-android and uninstall it i am using the latest react native 0.7.1 $ npx react-native run-android info Starting JS server... info Installing the app... FAILURE: Build failed…
1
2