All Questions
Tagged with react-native reactjs
40,197 questions
0
votes
0
answers
13
views
createMaterialTopTabNavigator background transparency not working
I'm trying to take out the background of a view cause by toptabnavigator i'm using reactnative,
now the issue here is when using stack navigator it work perfectly so i, want to customize the top tab ...
-2
votes
0
answers
37
views
#React native integration issue [closed]
BUILD FAILED in 6s
info Run CLI with --verbose flag for more details.
PS C:\Users\DELL\Desktop\RT\AnimalTrackingApp> npx react-native run-android
info A dev server is already running for this ...
0
votes
0
answers
15
views
Why is Contacts module null in React Native CLI when using [email protected]
Why is Contacts null in React Native CLI when using react-native-contacts@8?
I'm building a mobile app using React Native CLI (not Expo), and I'm trying to use the react-native-contacts library (...
0
votes
0
answers
25
views
React Native: createMaterialTopTabNavigator broken on IoS
I have the following React Native _layout component, the aim is to use a material top tab navigator and use absolute positioning to move it to the bottom, the rest is standard top tab navigator stuff. ...
0
votes
0
answers
11
views
UI snaps to place only after first fast refresh, only on android, React Native
Currently experiencing an issue where in my React Native app, on android only, when first entering with expo, the UI is not correct, when doing any change in _layout the UI will snap to place
When ...
1
vote
0
answers
42
views
npm run android error in React Native: Task :app:mergeDebugAssets FAILED
I was setting up React-Native ENV locally for existing project. I am getting an error when I run npm run android:
Task :app:mergeDebugAssets FAILED
I have attached screenshot of technical stacks I ...
0
votes
1
answer
37
views
App crashes on Android when clicking external links in WebView (Expo, React Native, Inertia.js)
I have a React Native app using Expo (52.0.37) that displays a Laravel-Inertia web page inside a WebView (react-native-webview 13.12.5). The app works as expected on iOS and in the Android emulator, ...
0
votes
0
answers
40
views
iOS Background Location Tracking Not Working in Kill Mode(React Native) [closed]
I'm currently facing an issue with background location tracking in iOS.
On Android, both foreground and background (even in kill mode) tracking work perfectly.
However, on iOS, location tracking only ...
-2
votes
0
answers
23
views
Needed React native payment integration [closed]
I am trying to integrate the payment system for react native but got deadlock. I am able to creat it in react but successurl and failure I couldn't make it. Is is possible as like the react or do I ...
-1
votes
0
answers
44
views
Unable to resolve module ../../Utilities/Platform [closed]
Web Bundling failed 2035ms node_modules\expo-router\entry.js (1237 modules)
λ Bundling failed 2036ms node_modules\expo-router\node\render.js (1672 modules) ...
0
votes
0
answers
25
views
How to integrate React Native into an existing application without node_modules [closed]
I have been able to achieve integration through the official website. However, I don't want to manage the iOS and Android projects as subdirectories. Instead, I hope to manage them independently. How ...
0
votes
0
answers
50
views
React keys must be passed directly to JSX without using spread in react-native-snap-carousel
Why do I get the following warning: React keys must be passed directly to JSX without using spread in react-native-snap-carousel? I've tried all variants with and without key and keyExtractor but ...
0
votes
0
answers
30
views
Download progress not working on physical iPhone in Expo
It works correctly on the iOS simulator but when I generated the .IPA file, the state is not working. I'm working with zustand and axios
// Store
import { create } from 'zustand';
interface Props {
...
1
vote
0
answers
161
views
How to display the new UAE Dirham symbol using a custom font in React Native?
The UAE recently introduced a new Dirham (AED) currency symbol. In our web projects (React + Tailwind CSS), we successfully updated our AED text to display the new Dirham symbol using a custom font. ...
0
votes
0
answers
38
views
Expo Camera cornerPoints Not Aligning With Actual Barcode/QR Code Edges
I’m building an app in React Native (using Expo) to scan barcodes and QR codes. Whenever a valid code appears in front of the camera, I want to place a small red dot on each corner of that code. ...