Integrations of an iOS component in React Native
I am new to the development of React Native, I know iOS. Just want to know about few points:Can we add iOS (swift or objective C) code in a React Native App?Can we add React Native Views into the...
View ArticleReact native FCM iOS push notification not delivered .How to debug
first of all environment is React native, I try to setup push notification in iOS following instruction from rnfirebase package here what step i docreate key then add to firebaseadd...
View Articlereplace() function works in VS Studio (React native), but fails on iPhone?
I have a function which works perfectly in Javascript on my iPhone simulator on the Mac. When i transfer this via Xcode to an physical iPhone handset, the .replace() function doesn't work. I get the...
View ArticleCreating iOS Development Profile with wildcard bundle id using Fastlane
I have a React Native app which was generated using the React Native CLI. The generated app shows a bundle id with value org.reactjs.native.example.FoodieRN. Of course this bundle id does not yet exist...
View ArticleEPERM: operation not permitted, chmod @react-native-community iOS
I am using React 16.8.6 and react-native 0.59.6. iOS.While typing react-native --version or anything prefix with react-native, it is showing the following error.internal/fs/utils.js:220 throw err; ^...
View ArticleHow can I verify React native expo apple authentication in Php server side?...
Using https://developer.apple.com/documentation/signinwithapplejs this documentation I can verify token in Php server-side which is client gives me using "Embed Sign In with Apple JS"In react native we...
View ArticleHow to combine ios settings from two different react-native modules :...
To use react-native-fbsdk in ios, below code is needed in AppDelegate.m- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url...
View ArticleReact native Migration to 61: Metro bundler is up on the ios device but does...
I am trying to understand how does the Metro Bundler works. While migrating to 61 I faced the issue of no bundler started on IOS, after adding start packager script manually as a build phase to Xcode...
View ArticleKeep getting font family undefined with react native - links vector icons -...
I've installed galio framework, but I also have react native vector icons installed. I'm doing react native by itself (not expo). And occassionally, more often I'm getting undefined font family,...
View ArticleReact-Native: Error: Failed to install CocoaPods dependencies for iOS...
While executing npx react-native init MyProject I ran into the following error:✖ Installing CocoaPods dependencies (this may take a few minutes) error Error: Failed to install CocoaPods dependencies...
View ArticleHow do you check/change iOS version in React Native?
I heard that a new version of iOS came out the other day, and wanted to know if my React Native project would be using that version by default when I build it with XCode, and if not, how can I force it...
View ArticleNative UI Component throws Invariant Violation: tried to register two views...
Trying to learn React Native custom Native UI Components. // FridgeCameraViewManager.swift import UIKit @objc(FridgeCameraViewManager) class FridgeCameraViewManager: RCTViewManager { override func...
View Articlehow to use AppState in a functional component and hooks? Necessary or am I...
I want to be able to run a function when a user goes into the app. I thought useEffect would already do something like this, say if I choose to change my phone's Clipboard (copy different texts from...
View Articlereact native app works on debug mode, but not works release mode on ios
I Have an app on react native. Debug mode works on ios. But Release mode not works. I tried change the optimization level but not helped. The problem that I don't see any error. Just not working some...
View ArticleReact-native ios application build with expo returns error 413 with publish
i have problem with running build react-native application based on expoexpo build:ios returnsRequest failed with status code 413 Error: Request failed with status code 413 at createError...
View ArticlePubnub preventing detox syncing
Need some help with Detox. I’ve got a similar issue to https://github.com/wix/detox/issues/272 We have a Pubnub publish-subscribe SDK included in our app. So, when running a detox test, it will always...
View ArticleReact Native Random Inner screen flashes for sec before splash screen in iOS
I have created a switch navigator between the auth and app screens. The first time it worked fine but after when we use the app for some time it shows a random screen before splash when we open the...
View Articleevery file .h not found in xcode 9
I was trying to build & run react-native project in iOS, but I got the error when run commands react-native run-ios.Error :fatal error: 'UIKit/UIUserActivity.h' file not found #import...
View ArticleReact-native-final-tree-view : On clicking a particular node,the entire tree...
I'm developing a react-native app which consists of a tree view for which I have used the React-native-final-tree-view library. On clicking on a node,The entire tree closes and also the children is...
View ArticleDoes Firebase Cloud Messaging supports Pushkit? [duplicate]
This question already has an answer here:Does Firebase Cloud Messaging support VOIP pushkit services? 3 answersI am trying to implement iOS Application which we use FCM for sending VOIP notifications....
View Article