React-Native Image is not displaying after XCode 11.5 Upgrade
I usually display images like this:<Image source={require('../../assets/images/color/stuff.png')} /><Image source={require('../some-other-path/picture.png')} />In the past, I could have any...
View Article3D Virtual Tour engine for React Native [closed]
I'm looking for an engine/framework to accomplish something like this https://www.iteleport.com.br/tour3d/mvituzzo-maranata-planta-soberana-75-m%C2%B2/ , a virtual 3D tour inside an apartment....
View ArticleReact Native v0.62 upgrade increase iOS .ipa size
I recently upgraded from RN v0.60.5 to RN v0.62.2 and I noticed that my iOS builds are now producing an .ipa file nearly triple in size, from ~50MB to 130MB. I can't seem to find any reason for this....
View ArticleHow to load a database to a user app in react native
I am building an app that shows quotes and small texts to an user daily and I am already using async storage to store user preferences. Though I need a way to store these hundreds of quotes too. As...
View ArticleIOS app crashes: Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
I am facing an issue while I am returning after some time in the App, can anyone help me in this regard?Please find the below crash log.I did some research regarding this issue & I found some...
View ArticleUnable to install custom expo client for iOS
I am trying to get my React-Native app to run on my iPhone. It uses the expo background location service, and as such I need to use a custom iOS expo client to run the app on my iPhone (as suggested...
View ArticleHow to generate protocol buffers for iOS release/production build React Native
The title says it all.On Android dev & release build everything works fine. In development mode on iOS they're generated fine using the following command:protoc -I=proto/ proto/**/*.proto...
View ArticleHow to save json data displayed on simulator to local storage (React-native)
I am using react-native and expo. I have two screen. When user clicks on first screen symbol such as First screen:AacompanyBbcompanyUser clicks on A symbol. I fetch some json data for that symbol and...
View ArticleiOS not receiving pending APNs push notification after turn on device or...
I am developing an iOS chat app using react-native. Enabled remote notification capability. Notifications are received when the app is connected with network. Once I switched off the mobile and...
View ArticleHow to pass my json data to another class
I have two screen. On one I have some json data listed as:AacompanyBbcompanyWhen user clicks on A the value A get passed to second class and I use that data to fetch some json data related to it and...
View ArticleHow do I style my json data on screen in form of table?
I have a screen where my data is displayed. I want to display in the form of table (The data at the bottom of screen)as shown below in screenshot. Right now my screen looks like:I want it to look like...
View ArticleTypeError: null is not an object (evaluating 'Chat.addListener')
I have a react native project that was working fine both on android and iOS.I added the calling and chat service to my project using the package 'react-native-quickblox-sdk v0.5.2-beta' afterwards.It...
View Article“launchPackager.command” cannot be opened because it is from an unidentified...
macOS Catalina 10.15app not run in ios:- show me this warning.
View ArticleWhat is the difference between react-native cli and Expo with Bare workflow?
I am going to build a very big application with multiple complex functionalities. but I am stuck on bellow points -What is the difference between react-native cli and Expo with Bare workflow?what...
View Articleusing sys root for 'iPhoneSimulator' but targeting 'MacOSX' warning in NPM...
For some reason I'm not able to do NPM install on my project anymore since I'm getting the following messages: SOLINK_MODULE(target) Release/.nodeclang: warning: using sysroot for 'iPhoneSimulator' but...
View Articleattach a file from a mobile app to an e-mail
In my mobile app, I need to figure out a way to take a file and attach it to an e-mail. This app shows it's possible - about half way down the page is their documentation to show users how (see section...
View ArticleReact Native only for UI components
I have a very simple ViewController written in Swift with its UI built in Storyboard. It simply changes the text of a label when someone presses a button.class ViewController: UIViewController {...
View ArticleProblem with the modal permisions in ios with React-native and expo
i have a problem when i try set the modal permissions in ios for into to the camera or galery. This modal is quicky and i cant toch allow the permisions. Is work in Android but in IOS no working. I use...
View ArticleBackground processing being killed after seconds when minimizing a IOS app
IntroductionI made a VOIP dialer app with react-native. I'm using react-native-callkeep to show the user the default IOS call screen when receiving a call (On background and foreground), and i'm using...
View ArticleApp's icon and name on the Screen Time (iOS/React Native)
I'm having trouble correctly displaying my app's icon and name on the Screen Time screen in iPhone Settings (Here is an screenshot)I already have all the images (AppIcon) in the Images.xcassets folder...
View Article