All Questions
620 questions
0
votes
0
answers
10
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
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
38
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
1
answer
136
views
'FBReactNativeSpec/FBReactNativeSpec.h' file not found
I'm trying to build my iOS React-Native app and I keep getting this issue when attempting to build:
'FBReactNativeSpec/FBReactNativeSpec.h' file not found
Sometimes it doesn't show up, sometimes it ...
0
votes
1
answer
34
views
How to hide specific tab with conditional statement React Native
I have a problem, I'm trying to hide my admin screen when the user is not part of the admin team. I made a conditional statement to render the tab only if the teaID is the correct one, and it "...
0
votes
0
answers
93
views
When entering the TextInput an icon appears
I have the following problem. When I click in the input field, a small symbol appears at the bottom of the edge (see image). What is that?
This little symbol only appears as long as I'm in the input ...
0
votes
1
answer
41
views
Why am I unable to to login to my React web app on a mobile device but am able on desktop?
I have delployed a web app which allows users to register and login on a desktop/ laptop device but I am unable to login as a user on a mobile device, the front-end is built with React and the back-...
0
votes
1
answer
58
views
Layout Issue with Tic-Tac-Toe Board Between Mobile Browser Emulation on Desktop and Mobile Browsers
I created a tic-tac-toe game using React and Tailwind CSS. The board layout works as expected when viewed in mobile emulation mode on my desktop browser, as shown in this screenshot. However, when ...
0
votes
0
answers
20
views
CometChat React UI screen share button missing on mobile
I have implemented cometchat react UI into my app and works just fine. I am able to do calls, chats, conversations, and messages just fine.
Whenever I call someone and in google chrome set responive ...
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 ...
-2
votes
1
answer
37
views
How can I share a node.s backend between web and mobile? [closed]
My pages are like this
Server => Nodejs APIs
Client => React
Mobile => React Native
On mobile, should I make requests to nodejs like I do with react? I don't need to make any type of change ...
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
9
views
Prevent Mobile Keyboard but still allow Cursor Interaction
this question seems to have been asked several times but I didn't yet find a definitive solution. I'm building a mobile-friendly calculator component with React and shadcn.
Here is the basic structure
...
0
votes
0
answers
56
views
React Native Webview Component Rendering CSS issues
UPDATE: The app was using vpn before and now it is not. So the change is that the app is not going thru vpn and the css are acting weird.
I am using a react native webview component to render a ...
0
votes
0
answers
116
views
React Native Boiler plate that is not as complex as Ignite
Been building a few mobile apps with react native for quite a while now, however most boiler plate apps are a bit sophisticated like the Ignite boiler plate. Wondering if anyone in the community has ...