141,452 questions
0
votes
0
answers
37
views
React native: Touches are not working for positioned absolutely Animated.View on Android
image showing the ui layout for this code:
<Animated.View className="flex-1 items-center justify-center bg-red-600">
<Animated.View className="h-40 w-48 bg-green-800">...
0
votes
0
answers
50
views
react-native-callkeep ends call immediately after Twilio Voice SDK connects
I'm building a React Native app using Expo, and I'm integrating the Twilio Voice SDK with react-native-callkeep to handle incoming VoIP calls.
The Goal:
When a VoIP call comes in, I want to use react-...
0
votes
0
answers
39
views
Scroll function calls for flashlist not working
FlashList setup:
<FlashList
ref={flashListRef}
data={messages}
keyExtractor={(item: any) => item.id.toString()}
onScrollBeginDrag={() => {
msgIdRef.current = null;
}}
style={{
...
-1
votes
1
answer
74
views
Can't run npx expo run:android on local machine
When I run npx expo run:android I get the following error:
Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:
Here is my settings.gradle
pluginManagement {
...
0
votes
0
answers
48
views
iOS archive failed in GitLab CI/CD: “SWIFT_OPTIMIZATION_LEVEL=-O expected -Onone (React-jsitracing)”
I’m trying to build and archive my React Native iOS app using GitLab CI/CD, but the build fails during the archive step. Below is the error message I get:
note: Disabling previews because ...
1
vote
1
answer
117
views
Custom text input with an optional icon and styling
I am trying to create my TextInput component that wraps around React Native's TextInput, but applies additional styles and adds more features.
Unfortunately, I am stuck at the very start of my ...
-3
votes
0
answers
98
views
Is gluestack-ui v1 compatible with React Native 0.76?
One of my projects currently uses NativeBase. After upgrading React Native to 0.76 and enabling the new architecture, some components began behaving unexpectedly.
I’m therefore planning to migrate to ...
-1
votes
0
answers
92
views
Add redirect URI to Android Oauth 2.0 client ids
I'm trying to enable Google Login inside my app, but I don't see a section to add a redirect URI to my Android Google Oauth 2.0 Client ID.
I'm getting the following error when using expo go React ...
1
vote
0
answers
55
views
TextInput padding/scroll state persists after navigation or note change (dynamic padding not resetting)
I’m building a note-taking app in React Native (see code below) where each note’s content is displayed in a multiline, non-editable TextInput. The paddingTop of the TextInput is dynamically set based ...
0
votes
1
answer
88
views
react-native-iap return empty array [] for IOS Subscriptions (but Android works)
I simply wants to fetch subscriptions i created in App Store Connect and Google Play Console.
I use react-native-iap v14.4. The code below works correctly on Android and return what it should :
[{&...
0
votes
0
answers
84
views
Expo go app giving me and AXIOS Network Error in IOS simulator
I'm using the latest version of Axios and built a React Native app using expo. Trying to run it in IOS simulator but it's not working. It's giving me a Network Error.
Here's my cors in index.js:
const ...
0
votes
0
answers
38
views
Response time delay when using Expo fetch
I am using Expo 54 and when i make request for the first time when the cache of App/Expo Go is empty. It takes about 1-5 minutes for the response to come back after the response of the first download, ...
0
votes
0
answers
107
views
React-native Pinch-to-zoom doesn’t keep the focal point fixed(react-native-gesture-handler)
Here is a short demo for the problem:
https://gist.github.com/slhhuseein-jpg/09eb2e2ef458bff81298bdd3d5e49da0?permalink_comment_id=5818819#gistcomment-5818819
As you can see. When performing a pinch-...
0
votes
1
answer
65
views
react-native-maps <Marker /> not showing up
Markers (whether custom or default) aren't showing on my map. I tried using custom markers using Image and view components too.. still no success. Please help...ask me for more details if you want..
...
0
votes
1
answer
69
views
Expo build fails: Execution failed for task ':app:mergeLibDexDebug'
I am working on an Expo - React Native project and am having problems with this issue while building the app. I had to downgrade most libraries due to an issue with react-native-maps with newer ...
0
votes
0
answers
52
views
Updating reactnative bundle release
After updating bundle to the custom path ${RNFS.DocumentDirectoryPath}/bundle/index.android.bundle;
the bundle updates but doesn't get resources and assets require('../resources/loading1.gif'), not ...
0
votes
2
answers
62
views
Offline English-to-Bengali transliteration of dynamic text in React Native
I’m working on a multilingual React Native app and using i18next for static UI strings like “Submit” or “Profile” — that part is solid.
But I also need to display user-facing names (stored in English) ...
0
votes
1
answer
28
views
Error while executing command 'node_modules/.bin/react-native run-ios --no-packager --verbose' (error code 101) (error code 303)
This issue occurs when trying to launch the debugger through the installed React Native Tools extension from Microsoft in VS code after following the instructions on creating a launch.json file in the ...
2
votes
0
answers
125
views
Imported target "react-native-nitro-modules::NitroModules" includes Error
Getting error in Android Studiio after installing below packages:
"react-native-iap": "^14.4.23",
"react-native-nitro-modules": "^0.29.6",
Error
CMake Error ...
1
vote
2
answers
183
views
Error related to library expo-barcode-scanner when I try to create an APK
I create a project using Expo with React Native and it works on the emulator using Expo.
But when I try to compile the project to generate an apk using the command
cd android
./gradlew assembleDebug
I ...
0
votes
0
answers
34
views
Changing Api Target During App Store Review
I have a question about api targets during the app store review process. We're readying a new version of our app, which requires a new version of our api. This is a fairly major overhaul, and not ...
0
votes
1
answer
53
views
I get this UI error in android "The specified child already has a parent. You must call removeView() on the child's parent first."
I get the UI error
"The specified child already has a parent. You must call removeView()
on the child's parent first. "
On android emulator when mounting my mapView component . But not on ...
0
votes
0
answers
118
views
React Native fetch is returning an error, but the character causing the error isn't in the returned JSON
I am doing a fetch in React Native and am very new to React Native, by the way.
const apiUrl = 'http://hermes.hstn.me/api/';
const response = await fetch(apiUrl, {
method: 'GET',
headers: {
'...
1
vote
1
answer
139
views
Expo EAS Build Failing Due to Android SDK and Version Incompatibility
I’m trying to build my Expo project using npx eas build --platform android but the build keeps failing due to Android SDK version mismatches and native dependency compatibility issues.
The app runs ...
0
votes
0
answers
113
views
How to implement a share extension like google keep (android + ios) In a react native app
Here’s the flow I’m trying to achieve: When the user selects my app from the share meun I don’t want the full app to launch Instead I just want to show a modal (like google keep does) and after they ...