Audio background mode not working with react-native-track-player
I'm currently use react-native-track-player to stream audio from Internet. Works fine.I would like now to use it in background mode, to be able to continue to listen to radio if my ap is in background...
View ArticleReact Native - How to Application X open Application Y if Application Y has...
I want My Application (say Application X) want to open Application Y, if Application Y installed. And work in Android and iOS (open App Store / Play store if Application Y not installed)What i have...
View ArticleBackground color of exception page is white instead of red in ios simulator...
Project is using React-native framework and is running on ios simulaor. Background color of Error page in debug mode and its text messages are all white where background should be red and text color...
View Articlereact-native-code-push not working in react native setup
I am using react native , I have added react-native-code-push using pod installation , I am have all steps as per docs https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-ios.md...
View ArticleReact Native - how to present/show swift screen from library or custom screen...
I want to implement apple pay sdk. for example from this swift tutorial for apple paylet applePayController = PKPaymentAuthorizationViewController(paymentRequest: request)...
View Articlemain.jsbundle file showing in my iOS project but still throwing "No bundle...
I am creating new React native app but facing error like "No bundle url present" while running it on iOS Simulator.Command to Run App on iOS:react-native run-ios --port=8089 I tried every possible...
View ArticleHow do I make an iOS UIPicker in react native with multiple columns and titles?
Let's pretend my problem is I want a user to be able to select an amount of apples, and an amount of pears, with one control. I see the picker in the "Timer" section of the clock app bundled with iOS,...
View Articleterminating with uncaught exception of type NSException react-native [duplicate]
This question already has an answer here:iOS 9 “fbauth2” missing from Info.plist 8 answersI have upgraded a react-native project (RN0.30 to RN0.35) following the docs:...
View ArticlePassing navigation params in react-navigation to component's methods
Trying to figure out how params are passed in react-navigation. Once a user selected an option from the Filter using the left header button, loadItems(filter) should be called with that filter as a...
View ArticleHow to create Horizontal Scrolling Flatlist with 2 rows and 3 columns visible...
I want to create a Horizontal Scrolling Flatlist with 2 rows and 3 columns visible. Data will be dynamic from api. I have managed to create vertical scrolling Flatlist which looks like this: . There is...
View ArticleError while archiving react-native iOS project for testflight, app-icon
I am trying to Archive a react-native iOS app in preparation of distributing via TestFlight. I already added app icons of several resolutions, but I am still getting errors of missing app icons.and...
View ArticleUpgrade JS only react-native library to RN 0.60
I have a react-native component library, which only contains javascript code. I don't have ios/android directory (in library). I want to make it compatible with react-native 0.60. My library has some...
View ArticleReact Native Module, Cocoapod file not found
I am building a module for React Native, as a part of this, there is some native iOS code that is wrapped in a cocoapod. I have this working fine, and I can install the cocoapod and see the native...
View ArticleHow to fix JSON value '' of type NSNull cannot be converted to NSString in...
I'm having problems with react native config and AsyncStorage, where null data from .env is not readable on iOS,below is my code: _authAsync = async () => { const userToken = await...
View ArticleYoutube blocked by the great firewall of china [closed]
In one of our mobile application we are using the youtube but it is blocked by the great firewall of china. Which platform do we use and does it work with the firewall for iOS Android?or any other...
View ArticleReact Native IOS Archive not working with react native new version
I am working on a project since 1 year and doing important updates regularly. Last time before 3 days i archive and generate a IPA but after loading screen, app is crashing. But when i run the app it...
View ArticlePod install not working in react-native mac os catalina 10.15
Error: System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directoryin mac os catalina
View ArticleDuplicate symbols in cocoa-pods libraries when building for iOS
Xcode throws the following linker error:duplicate symbol '_kSessionVariantKey' in:...
View ArticleThere was problem loading requested app.it looks like you may be using LAN URL
I am not able to compile my project through expo.I have followed all steps to eject expo for run the app in iOS.Please find below error screen shot for your reference.enter link description here
View ArticleReact native IOS InputAccessoryView disappear from the screen after close modal
When I have on my screen InputAccessoryView which has component without nativeID (So it is constantly showing even if the keyboard is not shown) and I open and close Modal (react-native modal) then...
View Article