Ensure that the application's Info.plist contains a value for...
I am attempting to build my first iOS app using this repo: https://github.com/pmusaraj/discourse-mobile-single-site-appWhen building, I receive an error and cannot move forward. I am an absolute noob...
View ArticleReact Native build failed: 'React/RCTBridge.h' file not found
I'm trying to build a React Native app with the following file structure:Kurts-MacBook-Pro-2:lucy-app kurtpeek$ tree -L 1 . ├── README.md ├── __tests__ ├── android ├── app.json ├── assets ├── index.js...
View ArticleIssue installing react-native-firebase on iOS
I'm attempting to install react-native-firebase on an iOS project. I've followed all instructions but keep having issueI get the following error:However, I'm able to import <Firebase.h> from the...
View ArticleApple's UIWebView deprecation warning can be caused by a binary file?
I was checking our dependencies for libraries which using the deprecated UIWebView since we getting this warning from Apple that The App Store will no longer accept new apps using UIWebView as of April...
View Articlereact-native-ffmpeg: Native module cannot be null (ios) and null is not an...
I have a basic expo project that I've eject as expokit, and proceeded to run expo install react-native-ffmpeg. When then running expo start I was greeted with Native module cannot be null on my iOS...
View ArticleHow to support WebP images in react native?
I have to show .WebP image extension images in my react-native app. I'm running on iOS and it's not displaying any image. I googled and found some information saying that webP images won't support on...
View ArticleReact native and onesignal notification problem
Hi firstly I learning react-native and I use onesignal for notification everything awesome but sometimes iphone 6s hasnt token one signal error is 'Apns Delegate Never Fired' but 6 plus alwasy has a...
View Articlereact native firebase save fcm data only when app is died or closed (IOS)
I'm using react-native-firebase for getting new notificationI would like to send from fcm data-only message, but i can't save this data when IOS app is closed or in background.For android the solution...
View ArticleHow to import SQLite data to SQLite file via React Native iOS/Android offline...
How to import/merge SQLite data to existing SQLite via React Native app iOS/Android?For example:I go to settings via the app.Press import.Select SQLite, file from device.I have attached a screenshot.
View ArticleReact Native: Unable to import React headers after updating to 0.60
After updating to React Native 0.60 the header linking does no longer work.I'm having problems linking from the React library during...
View ArticleCreate react native module and use it in application
I want to create react-native module for iOS and Android and use it in an application.I want to use it like a local module, not uploaded to npm.When i follow the steps described in the official...
View ArticlePodfile.lock missing when initial react-native run-ios
I am setting up IOS dev for React Native (0.61) app which has the working android version. What I did was to copy src of components and package.json file after react native environment is setup by...
View ArticleAPNS device token not set before retrieving FCM Token for Sender ID - React...
I have been following this tutorial to set-up Remote Push notifications on my react-native application using react-native-firebase Version 5.2.0. After I configured everything and ran the application I...
View ArticleHow to properly highlight text in React Native?
I would like to highlight a multiline text in a React Native app by changing the text's background color. The problem is that the background color changes in the whole text area, not just under the...
View ArticleDynamic libraries not linked after updating to React Native 0.60+
After updating to React Native 0.61.5 I am having problems linking libraries that can be linked only dynamically (@react-native-mapbox-gl/maps).The solution would normally be to enable dynamic...
View ArticleExiting because upload-symbols was run in validation mode
Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations...
View Articlehow can we achieve accessibility for the component bottom sheet in react native?
We have implemented bottom sheet for iOS using third party component "reanimated-bottom-sheet" This is not accessible in iOS.we could get very little help from the documentation...
View ArticlePage break in html doesn't work as expected when I print the html with Print...
I tried to add page break to an html and print the html using Expo Print API in my Expo app.<html> <body> <h1>Page 1</h1> <div class="pagebreak"></div>...
View ArticleNavigate from react native view to ios views in a hybrid app
Hi I was wondering if anyone was able to figure out how to navigate from react native view to native ios view in a hybrid app? I can't seem to find any good documentation for this.
View ArticleReact Native - why is my project folder taking up so much space?
I'm working on a react native project for a startup, but lately I have been noticing some perfomance issues running the Xcode simulator. There is not much animation at all, but simple movements like...
View Article