Skip to main content

All Questions

0 votes
0 answers
42 views

Programmatically set username/password in the login form in safari mobile and the values set are not being recognized by form submit

I am going to implement password saving/autofill in my react-native-webview. I implemented to save password when user first enter the username/password and then load that credential and assign the ...
Ahti Kara's user avatar
0 votes
0 answers
37 views

React Native Expo Background Tasks continuously

I am currently developing an app where a user connects a bluetooth Beacon. When the distance (RSSI) gets to low an alarm (playing a loud sound) is triggered. Now I have a question regarding background ...
DominikC's user avatar
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 ...
B ANURAG's user avatar
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 ...
vijaypalod's user avatar
0 votes
0 answers
43 views

react-native-webrtc build with preview profile crashes

I'm having a problem with react-native-webrtc: My eas build in profile development works completely, but my builds in preview crash as soon as they open. The eas.json has the default content. I don't ...
crisstal's user avatar
0 votes
1 answer
52 views

Invalid character in header content while opening React Native project

I created two project before this error. I faced this with my second project and decided creating a new project but it doesn't work. I tried to change statusPageMiddleware.js in project's file and ...
Yusuf Taha's user avatar
0 votes
0 answers
39 views

Styles not applying in Material Top Tab Navigator until code changes are made

I'm experiencing an unusual styling issue with React Native's Material Top Tab Navigator. The styles for my tab contents don't apply when the app first loads, but they start working when I make any ...
pa-one's user avatar
  • 31
0 votes
1 answer
63 views

TypeORM not saving entity on database - Sutck on Save/Insert - SQL Lite Expo - React Native

I'm new on React Native world, and I'm trying to store data on SQL Lite. I have an expo React Native project, with SQL Lite and TypeORM configured (I followed the documentation). The problem is that ...
Vitor's user avatar
  • 336
2 votes
0 answers
228 views

Unable to style the track for @ptomasroos/react-native-multi-slider

I am trying to change the color of the two thumbed Multislider but to not avail. It is stuck at the default color of blue. I have tried backgroundColor = '#008080',the desired color, but nothing ...
Danny Brown's user avatar
0 votes
0 answers
52 views

React native not starting

I have done everything to start my react native project. When I run npx react-native start, I get this error Could not move temporary workspace (C:\react_native_apps\testApp\recipieApp\recipieMain\...
El1Harolds's user avatar
1 vote
1 answer
128 views

React Native: Render error when trying to make text components draggable with gesture handling

I'm developing a photo editing feature in a React Native app where users can add text overlays that are draggable. I'm using hooks to manage the text blocks positions and update them through gesture ...
Ismail Yenikeyev's user avatar
0 votes
0 answers
49 views

Anonymous in react native while profiling release builds

I'm currently using the React Native Release Profiler (https://github.com/margelo/react-native-release-profiler) to profile the release build of my React Native application. However, I'm encountering ...
Sarthak Agarwal's user avatar
0 votes
1 answer
79 views

I can't use @react-navigation/drawer example code

I followed this minimal example of drawer-based navigation. https://reactnavigation.org/docs/drawer-based-navigation/ import * as React from 'react'; import { Button, View } from 'react-native'; ...
corasphinx's user avatar
1 vote
1 answer
334 views

Updating to react native 0.73 , UI is freezing and becomes unresponsive with react-native-maps in use

I have updated an app to latest react native 0.73.x , Production app UI on iOS starts to freeze and becomes unresponsive , I load react-native-maps with lots of markers as the main screen , There was ...
Nabeel Zanabeet's user avatar
0 votes
1 answer
34 views

KeyboardAvoidingView makes a messy the flexbox

I have the following code: return ( <KeyboardAvoidingView style={{ flex: 1 }} behavior="padding" enabled> <View style={style.flex1}> <View style={style.imageContainer}&...
segev_gr's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
22