All Questions
10 questions
0
votes
1
answer
42
views
Generate APK for a react-native with nodejs application created using expo
I need to generate APK build for my react-native and NodeJs application created using expo.
I tried creating using eas build -p android --profile preview
I have managed to create an APK but when I try ...
0
votes
1
answer
1k
views
Npm libraries not working in React Native
I have this error, I am confused, should I upgrade or change version of npm?, I just want to run my app using npm install I tried npm install --legacy-peer-deps and it works but I doubt it will be a ...
0
votes
2
answers
385
views
Else if statement inside return in React Native
I'm newbie in react-native , and I have a problem with how to make else if inside the return, currently I have error which says, and I want to else if the ScanResult if statement was true.
false is ...
1
vote
2
answers
847
views
Async Function not recognize in React Native
I know this is common to asks but I'm facing a weird problem. In my react native app I just want to call a function within the file but it seems it returns an error, under my functionOne after this ...
2
votes
0
answers
442
views
React Native: Device Screen Time
I need to access device screen time, not just of my app but also of other apps, from my React Native app. However I could not find anything about it. I know there are some apps for some parental ...
0
votes
1
answer
654
views
React native Xiaomi Phone axios not working
We developed an application with react native.
I will leave the link of the application below, I do not know if this is prohibited.
I pull data with axios, it works on all android devices. But it ...
2
votes
1
answer
279
views
how do I Design a mobile App to track other apps
Our marketing team use their official WhatsApp to communicate with different vendors. We need to pull that data out to a remote server(in a JSON perhaps).
Is it possible to design an App tracking app ...
1
vote
0
answers
83
views
react-native-highcharts, can't access state variable inside event's load function and can access addPoints() outside the event's load function
https://www.npmjs.com/package/react-native-highcharts
chart: {
type: 'spline',
animation: Highcharts.svg, // don't animate in old IE
marginRight: 10,
...
-1
votes
1
answer
29
views
About apis, on which technology I have to made apis if I am developing application in react native?
I am developing one application in react native I am new to it. So curious to know that on which platform api should be build?
Thanks
-1
votes
1
answer
320
views
Can we write react-native applications without any knowledge of Android or Swift?
I am planning to write mobile apps for multi platforms and heard about react native as a good tool.
With little study, my understanding is that it's just for UI and you will end up using Android/IOS ...