Detox - iOS - launchApp timeout
I have a basic app that can be run and works on an iOS simulator but, when I try to run Detox tests, launchingApp seems not to be working. The app is a basic calculator that I can use and perform any...
View Articlereact-native-webview not support mathemetical tags in Android
Below html tag not showing properly in android but in iOS its work fine."<p><math...
View ArticleHow to let the user import a file from local device in react native?
I am building a react native project and I need to give the user the option to import a .csv file from their local device, and that file will be sent to the server, how can I do that?
View Articlenet::ERR_CACHE_MISS on Android 5.0, 5.1
I use Android Version 5.0.2In my React Native, I use the bellow code import React, { Component } from 'react';import { WebView } from 'react-native-webview';class google extends Component { render() {...
View ArticleDetox - iOS - launchApp never launches the app
I have a basic app that can be run and works on an iOS simulator but, when I try to run Detox tests, launchingApp seems not to be working. The app is a basic calculator that I can use and perform any...
View ArticleOpen react native project in xcode
I'm sure I'm missing something simple. I have a React Native project working and I'm attempting to get it on the app stores. Following those instructions, after I have created my provisioning profile...
View ArticleReact native animation loop hooks
I have to make the loops spin.So I have degree = 0 which must gradually reach degree = 360, and then start from 0 and return to 360 and so on.I tried this way but it's not working, where am I doing...
View ArticleDetect if picture of picture taken in mobile app
I am working on a face recognition app where the picture is taken and sent to server for recognition. I have to add a validation that user should capture picture of real person and of another picture....
View ArticleIs there any way to run a foreground service in react native?
I've been doing a few searches on google trying to find a way to run foreground services in react native but I haven't found much about it.Is anyone aware of how to accomplish this?This is what I mean...
View Articlereact-native-webview commands failed to compile, how to fix?
someone has fixed or saw this issue?I'm using last version of (react-native) and also macOS Catalina.I did install react-native-webview by yarn and after into the (./ios) folder I had install the...
View ArticleHow to play react-native-webview audio while the iPhone is muted?
I'm currently running an Expo project with react-native-webview 9.4.0 installed, and I'm trying to use the WebView to play audio from a local .html file with a custom JS script using the Web Audio API....
View ArticleStarted React Native With Swift Instead Of Objective C
So I started a react native app using create-react-native-app and it created a lot of boilerplate code. Android is in Java which I am fine with. But the IOS is in Objective C and I am more familiar...
View ArticleHow to show moving direction React Native
I'm using this package for location tracking and using Firebase. then how to show moving direction on map like if moving west my location turns into looking west. I didn't find anything like this. It's...
View ArticleI am working on a chat app in react-native iOS. I want to do badge increment...
I am working on a chat app in react-native iOS. I want to do badge increment on main app icon when notification is received in background mode. I added code inside didReceiveRemoteNotification method...
View ArticleReact Native libc++abi.dylib: terminating with uncaught exception of type...
I'm trying to create my first react native iOS app.Currently I'm following Facebook React Native Docs to get started but unfortunately I've stumbled upon a problem on my first react-native run-ios. I...
View ArticleHow to explore NSBundle contents?
I've got NSBundle file named main.jsbundle packaged by react-native bundle, which tool I can use to explore it's contents? I can see that it got the minified js code inside, and also some sort of index...
View ArticleHow to align text input correctly in react native?
The Text input is center aligned, how to fix this text input so that it takes input from top left cornerHere is my css for text input/* The Text input is center aligned, how to fix this text input so...
View ArticleCropping multiple images in react native
What would be the right approach to crop several images at ones in React Native? I'm working on an app where user selects many photos but before uploading them to the server, each photo should have the...
View Articlereact-native send image form data success with emu but error 422 on real device
so this is my problem :my code just returning error 422 when send data from real devices, but doing good on emulator here is my form data code : const data = new...
View ArticleiOS Video Caching - Manual cache deletion
I have a React Native application which uses React Native Video with iOS caching. I have been working on a method inside RCTVideoCache.m which would manually delete the data of a particular cache key....
View Article