How to change the audio session category in iOS on React Native?
Using react native, I understand that in order to enable background audio playback (mainly for react-native video) I should change the audio session as detailed here in the apple development docs.With...
View ArticleUnrecognized font family error in React Native 60
here's a screenshot for the errorreact-native.config.js filemodule.exports = { project: { ios: {}, android: {}, }, assets: ["./assets/fonts"]};I tried to work directly through XCode , but the samethe...
View ArticleCompileSwiftSources failed with a nonzero exit code with "no such file or...
I am compiling an iOS project that is created using react-native. One library, react-native-photo-editor, fails to be built with a very odd error. It complains of "no such file or directory" on a file...
View ArticleHow to remove top margin from SafeViewArea | React Native | iPhoneX
I need to use SafeViewArea for iPhoneX, but when i have putted SafeViewArea then some unwanted extra margin from top is showing.My Code snippet - render () { return (<SafeAreaView forceInset={{ top:...
View Articlereact-native run-ios Build Fail: CompileC RCTBaseTextInputView.o
How to fix this build failure in ios?I'm using Xcode Version 9.2Mac OS SierraWhat is RCTBaseTextInputView?CompileC...
View ArticleClang Error YGMarker.cpp in react-native ios app
When trying to build an IOS version of a react native app I seem to get a clang error with the yoga module. Can you help me diagnose and solve this? clang: error: no such file or directory:...
View ArticleApplication tried to present a nil modal view controller on target in React...
I am trying to port an iOS app over to React Native.In this iOS app, one of the functions that needs to be done is to integrate it with a PayPal library (which is currently deprecated - we want to move...
View ArticleIs there a way to download a mp3 file from my python server to my react...
i want to download a mp3 file from my server(Flask), and store it in my react native IOS app, so I can listen to the song offline.
View ArticleWhy status bar changes when text input / keyboard is active?
I have a project built in react native(v0.59), and the problem is happening on iOS 13(didn't test on lower version). When the text input / keyboard is active, no matter if it's native input or input in...
View ArticleGet current scroll position of ScrollView in React Native
Is it possible to get the current scroll position, or the current page of a <ScrollView> component in React Native?So something like:<ScrollView horizontal={true} pagingEnabled={true}...
View Articleundefined symbol:_OBJC_CLASS_$_RCTModelManager error on Xcode release build...
undefined symbol:_OBJC_CLASS_$_RCTModelManagerUndefined symbols for architecture armv7:"_OBJC_CLASS_$_RCTModalManager", referenced from: objc-class-ref in libReact-Core.a(RCTModalHostViewManager.o)ld:...
View ArticleAccess to screen height depending on the device
Below are various situations with the screen on the phone:with Android navigation bar (bottom black bar)without Android navigation bar (bottom black bar)with notches (small and large)without notches...
View ArticleITMS-90809: Deprecated API Usage warning when using react-native-html-to-pdf
When I submit app on app store I am getting following warning:following notification form the app-store connect: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps...
View ArticleApp crashes on exit in InspectorImpl::getPages() on acquiring mutex
Having issue with React Native, my App crashes on exit(when it got swiped up to unload it), XCode debugger point to the first exception location...
View ArticleWaiting for a variable to be assigned before executing code in Objective C
I am trying to write a connection between React Native and Objective C to integrate a native view.This mostly works at this point, however there's one final step I can't get working - passing back a...
View ArticleExchange data simultaneously between mobile devices via NFC
BackgroundI would like to achieve a peer-to-peer connection to transmit data between two mobile devices. The amount of data to be transmitted would be around 70-200 bytes, so it is quite small. This...
View ArticleDevelopment of ReactNative iOS App using DLMS protocol of GuruxDLMS.c library...
Several methods are being considered to develop ReactNative App for iOS using DLMS protocol.GuruxDLMS library is used in ReactNative App after ReactNative modularization.Find a DLMS library dedicated...
View ArticleReact native - build aplication
I downloaded the react app via npx react-native init AwesomeProject. The application ran for the first time. After stopping through the terminal, the build application pauses and thus see the screen is...
View ArticleScreen flickering in Vuforia Unity app within React Native on iOS
I'm developing AR app in Unity (2019.3.0f6) using Vuforia library (9.0.12). The Unity app is integrated into React Native using https://github.com/asmadsen/react-native-unity-viewThe app works works...
View ArticleChange ContextMenu iOS apperance (background & highlight color)
I'm working on my React-Native app and I use RN ContextMenu iOS library that was written on top of Native Context Menu component, everything works fine except background & highlight color behavior....
View Article