All Questions
117 questions
-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 ...
0
votes
0
answers
39
views
Expo Go dev menu making React Native app UI unresponsive
I have a Front end for a mobile app I am working on and I have implemented a basic Login/Signup screen for testing. However, after many hours debugging "why my app's UI is unresponsive on initial ...
0
votes
0
answers
45
views
ReactJS, input and textarea in forms. In mobile version, keyboard covers input fields
I encountered the following issue in the mobile version of my website built with ReactJS (specifically in the Telegram Mini App). When focusing on an input or textarea field, the appearing keyboard ...
0
votes
1
answer
193
views
A problem occurred configuring project ':react-native-image-picker'
Configure project :react-native-exit-app
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information ...
0
votes
0
answers
80
views
KeyboardAvoidingView not working properly || React Native
I've been struggling to make the KeyboardAvoidingView work. I can't seem to find out or come up with a solution.
I've tried several things, like wrapping all stuff inside a ScrollView, using ...
0
votes
1
answer
302
views
React Native with offline support for web page
I have a very specific situation where I have a web app built with React + Vite, that has offline support.
If the user opens the page and the connection fails while saving data, we can save it ...
0
votes
1
answer
668
views
How to downgrade react-native
My project configured with react-native version 0.72. Suddenly my react-native version was upgraded to version 0.73.
I need to downgrade the react-native version. because im working on openjdk 11. but ...
0
votes
1
answer
206
views
Is there a way to disable 'Debug Log' option for React Native Vimeo Iframe?
Debug Log
So, I want to disable the option. I've tried to make showDebug = {false} but there is no such property available.
showDebug = {false} => Property 'showDebug' does not exist on type '...
1
vote
0
answers
320
views
I get error when I try to run the Expo project: Task :app:mergeDebugNativeLibs FAILED
I just switched from web to mobile, and I am pretty new to React Native. My problem is after I created the expo project, I try to run it on Android Studio, but get the following error:
* What went ...
0
votes
1
answer
44
views
Anti mobile additcation App with React native
I like to create a mobile APP which stop using social medias after a given time.
How can I get the list of running social media apps with time in Android /IOS with React native ?
The App is still in ...
1
vote
0
answers
185
views
Are React Native super apps allowed in Play store or App store?
I would like to create an app consisting of a main application that will be available on the Play / App Store. Additionally, there will be several mini app bundles hosted on an S3 bucket or another ...
1
vote
2
answers
4k
views
How to get internet speed in React native for android and iOS?
I was using netinfo library but not found internet speed using cellular or wifi network like 100 kbps/1 mbps
I tried https://www.npmjs.com/package/@react-native-community/netinfo,and https://github....
0
votes
0
answers
48
views
Direct users to an application or Play Store page using a link without relying on any external website
I have developed a mobile application using React and converted it to Android and iOS using Capacitor. I want to redirect users to the application if it is installed, and to the Play Store page if it ...
3
votes
0
answers
616
views
React-native, switch audio output from headphones to earpiece
Is There a way in react native force switching audio output from headphones to earpiece?
I already have a function to detect if the device is connected to an audio device (headphones, airpoods, loud ...
0
votes
1
answer
470
views
How to prevent re-rendering of react native ScrollView component onScroll
We are using react native ScrollView containing with different child components(with useMemo) but while scrolling the ScrollView its getting stuck.
We need a smooth scrolling without re-rendering the ...