All Questions
445 questions
1
vote
0
answers
27
views
Problem generating MD5 of files on iOS using React Native
I have a question, I'm developing a react native application for android and ios, in this application there is a code to get the md5 of an image, which the backend checks when I post an image, the ...
-1
votes
0
answers
27
views
Which one is better to use NativeWind or NativeWindUI? [closed]
Hello i am creating my first expo application. And there is question that asking what method you like to use for styling ?
I am total beginner and never used any of these before. But i had a research ...
-1
votes
0
answers
43
views
Android home and Android SDK
I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that ...
-1
votes
1
answer
195
views
Struggling with ReferenceError: ReadableStream is not defined in expo react native project
I have been struggling with the following error in my expo project . here are the list of package installed, versions list and the error logs i faced. please help me how can i resolve this issue. its ...
1
vote
0
answers
118
views
React Native - Android "Could not find com.facebook.react:react-native:0.76.7"
I am upgrading a React Native project to RN 0.76.7. However, I keep this error when I run ./gradlew build: "Could not find com.facebook.react:react-native:0.76.7".
The full text of the error ...
3
votes
0
answers
74
views
Fixing Position and Enforcing Object Alignment Before Capture with React Native
I am developing a React Native mobile application that requires a fixed shape overlay (a top-down view of an apple) on the camera preview. The user must adjust the phone’s position to align a real ...
0
votes
0
answers
17
views
LottieFiles giving "Unkown view tag error"
I am building a react native app and was trying to use a Lottiefile animation for a loading state. However, it gave me "Uknown view tag" error. I assumed I am getting the error because of ...
0
votes
0
answers
35
views
require(*image*) in React Native seems to increase RAM usage drastically
Some details on the setup - I'm using React Native with Expo (SDK 51) and I'm building an app that has an image filter/editor type component on one of the pages.
I ended up using gl-react and gl-react-...
1
vote
1
answer
1k
views
(NOBRIDGE) ERROR TypeError: Cannot read property 'install' of null [Component Stack]
I am trying to build a react native app with expo and got stuck here
Iam stuck with this line
"import { InferenceSession, Tensor } from 'onnxruntime-react-native';"
When i removed this line ...
5
votes
1
answer
1k
views
React Native with expo SDK 52 Default Splash Screen and Icon
I have some problem with splash at expo project, when I want to render an image for the splash screen, what appears on the splash screen is an image for the icon. does anyone have the same problem? ...
0
votes
0
answers
43
views
Native Linking Fails for Third-Party Dependencies in Custom React Native Package
I'm experimenting on a custom React Native package that includes both native (Kotlin for Android and Swift for iOS) and JavaScript code. This package encapsulates several APIs and functionalities and ...
0
votes
0
answers
31
views
API 34 | Google Play Request
Can anyone help me with my React Native Expo app? I need to set the configuration to target API level 34 (Android 14). I've set the following in the app.json under the android section:
"...
0
votes
0
answers
43
views
React Native - Webview css issue rendering
i have the next issue rendering some site using webview:
But this is the result from any chrome product and is what i want:
A tried a lot of things:
Downgrading and upgrading webview
headers
...
0
votes
0
answers
33
views
Not Get Image from the UDP data
I send the image to my Server that can show image but i send the image correctly from the client side and i receive my file path correctly from the server side but image is not visible
Here is my ...
0
votes
0
answers
23
views
Certain devices marked as "Not Supported" in Google Play Device Catalog (e.g., Samsung Galaxy S9+)
I'm facing an issue with my Android app on the Google Play Store, where certain devices appear as "Not Supported" in the Device Catalog. One example is the Samsung Galaxy S9+. I'm trying to ...