stopping at the splash react native
stopping at the splash screen even though no error has occurred.I did react-native run-ios.It's success. but stopping at the splash screen.I use react native .I try it. and reload.watchman...
View ArticleReact Native error pod install, Debian 10
React Native 0.62,OS Debian 10 BusterI'm trying to run ios emulator for React Native project. For that I run 'pod install' within ios folder and caught error:..../configure --host...
View ArticleWhich programming language to choose for WebView based app?
I built my responsive online game using html&css, javascript and php. I'm planning to export it as an android application. Because I don't have enough knowledge of languages for android development...
View ArticleHow to make a "Rate this app" link in React Native app?
How to properly link a user to reviews page at App Store app in React Native application on iOS?
View ArticleReact Native Link for React Native .60 +
This is still something that is required, I see this message all the time, but it's completely invalid from what I have experienced. Almost every package I work with, I still have to run the...
View ArticleMake overlapping views touchable to trigger onPress in react-native
I have a view which has overlapping views, the root view is an absolute view while the child views which is the buttons shown below is relative, the upper side of the buttons is touchable but the...
View Articlewhat is 'use_native_modules!' in podfile?
I have been into the process of upgrading react-native version from 0.59.1 to 0.62.0, since RN 0.60.0 all the native libraries are linked automatically using pods. I had to include these lines in...
View ArticleHow to change iOS slider value through Appium/WebdriverIO
I am testing my React Native app using Appium and WebdriverIO. Having difficulty in changing slider values.Normally in XCUITest I can easily achieve this using the following...
View Article[react native][ios][react-native-background-fetch] dont't work on ios
I've implemented react-native-background-fetch in my app, and it works well on Android, but not on ios - Xcode Version 11.4Simulate Background Fetch works. I noticed also that Background Fetch triggers...
View Articleld: library not found for -lRCTBlob
EDIT START:I found a solution:in your XCode you need to found Build phases link, then Link Binary With Libraries select lRCTBlob and click -(minus) in the end of listEDIT ENDcurrently trying to upgrade...
View ArticleHow do I use a prepopulated SQLite DB with Expo on Android?
I'm trying to use a prepopulated SQLite DB for my react native app. I'm using Expo and the downloadAsync() Function to load my DB from my assets folder. This works as expected on IOS, as I can load the...
View Articlereact-native - Pod install stucked at cloning spec repo
All in a sudden when i tried to add new pods to the Podfile and tried to install them, the process is getting infinite!Here is the log: PreparingAnalyzing dependenciesInspecting targets to integrate...
View ArticleReact Native for iOS: "network request failed" for one URL but not others
In my React Native app, I'm trying to make an API call with this code:test = async () => { try { let a = await fetch('https://rxapitest.alliancepharmacygroup.ca:12345/', { method: 'GET',...
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 ArticleNetwork request failed - Expo React Native
This is really annoying me. if i use http://my-domain.com its work with out Network request failed, but https://my-domain.com its keep giving me Network request failed error.i been looking online and...
View ArticleReact Native: Way to restart apps in users devices remotely without injecting...
I have a React Native app.I realized I didn't inject any code to restart app in certain condition(e.g. when update detected, force restart, reload)Is there anyway to apply updates to apps in users...
View ArticleHow to set point selection on the chart in react-native-charts-wrapper?
I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this: But i need to set like just point selection,...
View ArticleTouchableOpacity in absolute position view on ios
I'm building the react native project.This code works well on Android but doesn't work well on ios.if I touch the first half of the button, it works, but touch doesn't work on the end of the...
View Articlereact-native run-ios can not find any simulator
I have been facing an issue where 'react-native run-ios' can not start, regardless of the simulator I add to the --simulator argument.XCode has the correct location for the 'command line tools'I am...
View ArticleHow to run a function when app goes to background or died and stop it when...
I want to fetchdata from server when my app closed (in background || died) and stop fetching when it again opened.So I need to call a function right after app goes to backgroundstate or even force...
View Article