Best practice: React Native custom push notification alerts with daily...
In our React native app (NON-Expo), we are currently sending a push-notification at a fixed time to every user with individual information customized to each user. This is done via AWS Cloudwatch...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.92 brew info watchman watchman `enter code...
View ArticleReact Native iOS Development Build - Local Assets not showing
I have been making this iOS app on my Macbook and it works fine, assets are shown without problem, but when I try setting up the code and repo on another MacBook, it builds fine but all the local...
View ArticleHow come my image is not showing - react native
I was wondering why my image is not showing, I have tried several things but still can not find the solutions, I have compared it to several tutorials. What I want is for my image to be in the...
View ArticleUsing XCode and new build system in react native
I'm trying to use the new build system to compile a react native project.I'm using XCode 11.5 and created a project from scratch with react-native-cli.When I add some dependency on Cocoapods, the build...
View ArticleReact Native ios app is crashing with generic bu
iOS app is built on react native running successfully on emulator device or when i create build with connected device. However, getting crashed for generic build with test flight.Here is crash...
View ArticleFailed to find newest available simulator runtime - Image.xcassets when...
I am trying to make some adjustments to an app that I haven't touched for a few months.I am just trying to build the app using xCode and getting this errorI am running the app on my physical deviceI...
View ArticleHow do I retrieve the anonymousId from react-native-fbsdk?
Does anyone know how to get the anonymousId from Facebook using react-native-fbsdk?
View ArticleHow to handle universal links in react-native deep linking
If the received URL is dynamic how can i match route with the received URL.If the url have something like thishttps://zzz.com/user/profile/14515/dashboard1415 is a dyanamic id here
View ArticleiOS native Realm conflict with React Native RealmJS
My APP has some RN modules using RealmJS.I integrated realm-cocoa as database to cache some server data for native usage. This works fine when I do not open any RN modules. While I open any RN modules...
View ArticleCustom Textinput shows border around itself in IOS - React Native
I've created a custom text input component for my react native app. It has no issues in the android build. But In IOS, the custom component draws a border around its view.This is how it looks in ios....
View ArticleStrange behavior of iOS datepicker in react-native 0.63.3
I use date pickers in my app and till the update of RN to 0.63 they were working fine. Date picking in the 'date' mode was done on iOS by means of selecting values on 3 vertically spinning "drums" :...
View Article"Invariant Violation: Application AwesomeProject has not been registered"...
First off, I don't know react, but I figured deploying to an iOS device instead of the simulator wouldn't be too difficult to do with the docs. They were a bit sparse but I got somewhere and now I'm...
View ArticleReact Native as an App development paradigm
I am new to the app development world and just want to your thoughts on using react native as a platform for app development. I know I can choose to directly use Android and IOS SDKs but want to know...
View ArticleNotifications.getExpoPushTokenAsync not working on Stand Alone iOS
I'm trying to my expo/react-native project to send push notifications to my server. It works on standalone Android, but not stand alone iPhone. The standalone iPhone app never sends the token.Since the...
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 ArticleUniversal linking iOS - where is the .xcodeproj file?
I've been trying for days to get Universal Linking working on iOS for React Native.The docs here say "On iOS, you'll need to link RCTLinking to your project". I'm then told to go to...
View ArticleHow to create post auth screens in RN project
I have been asked to make home screen for RN app.Our app initial screen is login using twilio followed by home screen.I am not sure how I should work on home screen and looking for people to share...
View ArticleHow to integrate native ios third party library into react native app?
I need to extract tar file in react native app, and I found a library for doing that (react-native-archiver), but it support only android not IOS.I found this library on github tarkit, but how is it...
View ArticleCan't render camera preview on iOS with Objective-C
I trying to make a Native module to React Native using native camera api from objective C, but I can't render camera, I only can render the background set in layoutSubviews method.My RNCameraManager.m...
View Article