All Questions
333 questions
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
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
1
answer
139
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
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
57
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
117
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 ...
1
vote
0
answers
35
views
React Native - ExcelJS library export getting stuck
I'm building a data recollection application using React Native, in which said data is exported to an Excel file.
I'm running into an issue which is that whenever I attempt to export the data, the ...
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
0
answers
38
views
How to change the app icon in swipe view in React Native?
I have changed the icon in my React Native app but the icon didn't change at the swipe view? I have updated all the files in Images.xcassets folder to the new icon but didn't work. Everyone how to ...
0
votes
0
answers
496
views
My recent app update has been rejected for not adhering to the Google Play Developer Programme Policies
IN_APP_EXPERIENCE-533.png
Issue found: Violation of Broken Functionality policy
Your app contains content that isn’t compliant with the Broken Functionality policy.
App contains icon(s) or button(s) ...
0
votes
0
answers
268
views
Can I access a specific component inside (tabs) folder in my root layout in React Native using Expo Router?
So basically I have a (tabs) folder in my application that contains these files: _layout.tsx, index.tsx and trainers.tsx.
The thing is, I want to make the root layout of the application dynamic based ...
0
votes
0
answers
18
views
how can allow users to view files on their phone when they are downloaded from my app
async function saveFile(uri: string, filename: string, mimetype: any) {
if (Platform.OS === 'android') {
const permissions =
await FileSystem.StorageAccessFramework....
0
votes
0
answers
29
views
React native build project boilerplate fail
image last week the normal React Native project ran smoothly , but yesterday I switched to the boilerplate template and then I cannot run the normal one or the template one anymore , I tried to ...