How to change manually project.pbxproj file in Xcode during React-native...
I need to upgrade my React-native app from 0.61.0 to 0.62.0. The best safety way to do it manually with React Native Upgrade Helper https://react-native-community.github.io/upgrade-helper. But during...
View ArticlePush Notifications Configuration Error - React Native
I am trying to create push notifications in my react native project both in iOS and android.I have followed both the configuration instructions for react-native-push-notification and...
View ArticleUsing :modular_headers with RealmJS
I am using both RealmJS and RealmSwift in my React Native project. I've previously been able to do this, but after upgrading to RealmJS 6.0.0, I am getting the error that I have multiple duplicate...
View ArticleTypeError: null is not an object (evaluating '_reactNativeSpotLib.default.show')
I'm getting this error while creating a package in react-native iOS side. TypeError: null is not an object (evaluating '_reactNativeSpotLib.default.show').I'm creating this package for a simple alert...
View ArticleReact Native: Expo app could not open my project
I am starting on a react native project but I have a problem with Expo opening my project on my iOS device. My devices are connected to the same wifi network. It takes very long to load and the message...
View ArticleScrollView rounded corners
I made a custom Image swiper withe ScrollView in React Native, but it looks bad when images with rounded corners move. Is there any way to round the corners of the ScrollView?Those are my ScrollView...
View ArticleHow to building React Native App using WebRtc
Thank you for your help in advance.I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any...
View ArticleReact Native running app on device without server
Its unbelievable how bad the documentation is for React Native, they just put as little as possible for everything. I've already managed to run my app using option 1 but option 2 is even more unclear:...
View ArticleReact Native: How to select the next TextInput after pressing the "next"...
I defined two TextInput fields as follows:<TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /><TextInput style =...
View ArticleAndroid equivalence of iOS ActionSheet
What is the Android equivalence of the UIActionSheet in the iOS SDK? I am working on a React-Native project and need to maintain the use of native controls where possible. I have not come across an npm...
View ArticleiOS build fails due to RNFirebase's collision with use_frameworks! in Podfile
I'm trying to implement a third party Native SDK into my iOS app but it fails on RNFirebase(v5) if I enable use_frameworks! to dynamically load it as a framework.I get such errors:...
View Article3D Animations on View with React Native
I want to implement a flip effect in my React Native app, similar like described here:https://www.codementor.io/reactjs/tutorial/building-a-flipper-using-react-js-and-less-cssMy question is. Can I...
View ArticleTrying to open viber app from my react native app. (iOS)
I am trying to open viber app from my react-native app but its not working. I am getting below error.Error: Unable to open URL: viber://contact?number=xxxxxxxxxxxx. Add viber to...
View ArticleUnable to call swift function from objective-c in react-native
I'm fairly new to objective-c and swift so forgive me if this sounds dumb. Basically what I'm trying to do is *expose** a swift function to both react-native(so it can be used in JS) and to be used in...
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 ArticleIs is possible on iPad OS to detect if the keyboard is in floating mode?
We're running into a specific bug on iOS/iPadOS which seems to be triggered when the iPad is showing the floating (iphone-like) keyboard on screen (instead of the anchored one)Our issue is specific to...
View ArticleHow to get/set the iOS "preferred language" from a RN app?
We are developing a React Native app supporting three languages. For various reasons, we must have specific language selection logic in the app and a language selector within the app.In iOS 13 there is...
View ArticleHow to implement a popup/banner in the mobile app that displays a warning if...
I am facing a jira ticket that introduces a banner (or a popup, doesn't matter) that displays a warning message if the installed version is outdated. We keep the app's version in the config file...
View ArticleThe method or property Expo.Notifications.dismissNotification is not...
Error:The method or property Expo.Notifications.dismissNotification is not available on iosEnvironment info:SDK Version: 37.0.0Platforms(Android/iOS/web/all): iOS 13.3expo-cli 3.18.0iPhone 11...
View ArticleReact Native IOS Stop Screen Recording
i'm creating an app for a premium video streaming. What i need it to stop video when detecting screen recording or display a blank page when user start to record our screen. We did it android using...
View Article