All Questions
70 questions
0
votes
1
answer
137
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
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
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
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
17
views
Layout Issue on IOS Device
I got an issue on IOS Device when develop a responsive web-app.
Sometimes, when I scroll down to my input, the layout at the back is overlaid on my input as shown
Layout issue
I tried hiding the ...
1
vote
0
answers
279
views
Open default phone Contacts app with Expo
I'm using React Native Expo, and I want to open the default phone Contacts app.
On Android, I used:
await Linking.openURL("content://contacts/people/");
and that's worked.
On iOS that doesn'...
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 '...
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
4
answers
775
views
Unable to build a react native app on xcode
I get this error below when trying to build a react native app on xcode
Info.plist Error Unable to process Info.plist at path /Library/Developer/Xcode/DerivedData/.....app/Info.plist
What is info....
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
1
answer
2k
views
ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes [duplicate]
ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. If you need to ...
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 ...
3
votes
4
answers
3k
views
How to let user download a image to Photos on click with React.js?
What I want to achieve:
When the user clicks a button, the image should be saved to Photos.
What's the current behaviour:
On click, the user is sent to a new page that only that image exists.
<a ...
4
votes
2
answers
8k
views
HTML <video> tag doesn't autoplay video on mobile IOS
I have a problem with the video tag which needs to autoplay video on page load (I'm using it as a home page banner), but the video isn't displaying at all on IOS mobile. I've tested all desktop ...
0
votes
1
answer
169
views
Why does my website look different on pc and android vs ios for a reactjs page?
My responsive reactjs web page looks the same on google chrome on pc and android, but for some reason looks different (loading animation and green line generated from box-shadow) on google chrome on ...