Background music should duck (pause) on playing video
Background Music from other apps should stops while playing video in react native app.Using "react-native-video": "git://github.com/olofd/react-native-video.git#react-native-photos-framework"I am...
View ArticleHow to achieve PageCurl(page turn) transition in React Native
In iOS you can use the PageCurl transition style on a UIPageViewController to have the same page curl effect as iBooks in iOS.Is there a way to use the PageCurl transition effect on a React Native view?
View Articlereact native 063 ld: library not found for -lDoubleConversion
Since I updated my project to 0.63 whenever i build for profiling the app errors onld: library not found for -lDoubleConversionWhen I run the app normally it works perfectly.My pods has at the...
View ArticleMissing request token for request
Get all contacts from phonebook and upload to server but got following error. While append image in request body FormDataTried codepass file url contact thumbnailPath const path =...
View ArticleClose a SafariViewController from Detox UI tests
From my React-Native app, I'm opening a SafariViewController. I cannot find any way to close it and go back to my app using Detox.I've tried to search for the "Close" button, and to use tap() with...
View ArticleZoom In/Out react-native-maps based on radius in km/miles
I have a requirement in my react-native app where in which if the user provides a number which will be the number of kilometres or miles (like 5 or 10), the map should zoom in/out showing the area with...
View ArticleReact-native unrecognized font family error
I wanted to use a custom font in my react-native project, but I got an error on ios simulatorHow can I solve itI tried every way but I couldn't find a solution.Unrecognized Font Family:...
View ArticleReact Native Blank MapView
I am starting to "learn" React Native and the first tutorial I see uses a <MapView /> component. I have tried different ways to show a map but I am not able to.According to the video itself, it...
View ArticleXcode device Unavailable, runtime profile not found
In the following environment:Xcode 8.3.2react-native-cli 2.0.1react-native: 0.44.0macOS Sierra 10.12.5Just updated Xcode and macOS to run React Native and keep on practicing as I was some days ago......
View ArticleNew expo app build suddenly asks to access user's photo
I have stumbled upon a weird issue.I have upgraded my expo app to SDK38 (managed workflow), no major changes to the code other than a couple of bug fixes and the expo upgraded packages.I then built and...
View ArticleAre there any alternatives to adjustsFontSizeToFit for Android?
I am using flex in Text field to display my values/range. For IOS I am using the properties adjustsFontSizeToFit and minimumFontScale props for Text to achieve the ideal font size and scaling. I want...
View ArticleCommunicating between two windows - React Native - Post Message
I work on a sales application and we have recently started using a 3rd party iOS app as a container for our react-native web app and I was wonder if it is possible to communicate between the two...
View Articlei'm getting this error- linker command failed with exit code 1
Ld /Users/osx/Library/Developer/Xcode/DerivedData/collectly-gbmjtmxlrrvefehayglvocfhwito/Build/Products/Debug-iphonesimulator/collectly.app/collectly normal x86_64 (in target: collectly)cd...
View ArticleWhy are my app's shared links getting truncated in iOS messages?
I am working on a React Native app (only on iOS right now) that has shareable posts. The following happens in a post's TouchableOpacity component's onPress:const url =...
View ArticleFastlane iOS error: No profile for team 'team_id' matching...
I am facing this error from few days and I am unable to release the .ipa file manually also due to this issueerror: No profile for team 'team_id' matching 'com.companyname.appname' found: Xcode...
View ArticleHow to use a EXPO iOS StoreReview API?
I tried to add a EXPO iOS StoreReview API but failed.have any sample code?import * as StoreReview from 'expo-store-review';...export default SettingPage() { handleReview = () => { if...
View ArticlePhysical iPhone not listed under devices when running `xcrun simctl list...
My iPhone is plugged in to my computer with a usb lighting cable and when I runxcrun simctl list devicesall that's listed is a bunch of simulators that I think I deleted to save storage space== Devices...
View ArticleFailed to find newest available simulator runtime - Image.xcassets when...
This is the github repo for the projectI am trying to make some adjustments to an app that I haven't touched for a few months.I am just trying to build the app using xCode and getting this errorI am...
View ArticleHow do you copy a file to and from an external USB drive in iOS/iPadOS?
I'm building a react native app where I need to view the contents of an external storage device and copy files to and from said device through my app. On android I'm using an sd card mounted on a USB...
View ArticlezIndex working on Android but not on iOS React Native 0.60.4
Please see the attached images for reference I want output like an Android. I am using react-native 0.60.4, I want Groups and Opportunities circle in front. My current code is working fine on an...
View Article