React Native - iOS - error: 'Google/SignIn.h' file not found
i dont have enough experience on iOS and i'm facing this problem. Actually this is a react native Project I tried to do this on my bridging Header.#import <Google/SignIn.h>When i try to build the...
View ArticleHow to translate context menu in react native?
I am working on a project that requires to be translated on multiple languages. I am using Zanata to translate everything and it works except context menu. I can not find anything in official...
View ArticleReact Native - .app file on Xcode Simulator asking for Bundle URL
I want to generate .app or .ipa file for my react native application , so that i can use it for the Automation testing on simulator using Appium. This is the command am using for building the app file...
View ArticleReact-Native-Navigation library missing iOS & android module
Version React Native version : 0.61.5 React-native-cli: 2.0.1 Create new project with below commandnpx react-native init AwesomeProject Run project with below command and run successfullynpx...
View ArticleReact Native app purely in Swift
I created my first react native app using the following command.react-native init PropertyFinder This created a project for ios in Objective-C. The problem is I don't know Objective-C but I work on...
View Articlereact-native netinfo behaving strange in ios
System Environment:OS: Windows 10 OS 64 bit CPU: Intel core i7-9700k @ 3.60GHz Memory: 550.87 MB / 16.00 GBPlatforms:Issue related to both Android and IOSVersions :Android: 9 iOS: 13.1.3...
View ArticleReact-Native: Problems with Axios on iOS
I'm using ReactNative keep getting a network error on every Axios Request on iOS.Error: Network Error at createError (createError.js:16) at XMLHttpRequest.handleError (xhr.js:81) at...
View Articlebasic react native app not showing any text only white screen with app name...
i am trying to run simple react native app. just text 'Hello World!', it's supposed to be my first app in react native. below is my simple app.js file /** * Sample React Native App *...
View ArticleDeploying a react native project using fastlane
I don't usually deploy projects myself, but here I am in this situation where I need to deploy a project built in react native using fastlane.I am having issue with the line below, any idea what's the...
View ArticleHow can I regenerate ios folder in React Native project?
So a while ago I deleted the /ios directory in my react native app (let's call it X). I've been developing and testing using the android emulator but now I'd like to make sure it works on ios with...
View ArticleiOS push notification to remove delivered notification
I'm working on a app project that uses react-native and FCM Push Notification (rnfirebase 5.6.x). I send a notification when the user receives some message and I need to remove that delivered...
View ArticleReact Native: The Magic: RCTRootView
I followed the example in https://facebook.github.io/react-native/docs/integration-with-existing-apps. Everything is fine until section The Magic: RCTRootView. 1. I created a "High Score" button from...
View ArticleReact Native iOS starts the development server but never connects and then...
So I run my react-native iOS app from Xcode or react-native run-ios like normal. The the server starts and says "Loading dependency graph, done." as normal. The app boots up on the simulator and then...
View ArticleLexical or Preprocessor Issue Group with Xcode 11.2.1, React-native 0.61.5
After upgrading to Xcode 11.2.1 and React-native 0.61.5 and React 16.9.0 not able to build project and it's give me error like 'YGValue.h' file not found.
View ArticleLinking to TestFlight from an app using react-natvie [closed]
I want to notify users to update the app and when they click an update button, it opens TestFlight. How can I link to TestFlight? https://beta.itunes.apple.com/v1/app/xxx does not work.
View Articlemy react native project does not contained any app.xcworkspace file in iOS
I want to run my react native app. when I run it by Xcode it shows something linker error and solution of that finds running by xcworkspace file. something happens when I run this by react-native...
View ArticleReact Native iOS app different code on simulator vs ad hoc/App Store
I have been working on a React Native app for several weeks. I recently pushed a version to TestFlight. When I started getting feedback from users I noticed that their screenshots were different than...
View ArticleReact native - When i lock the screen while API call loading, App process...
I am trying to show a large list in react native - Expo. When i lock the screen while data loading via API. App State changed from "Active" to "Inactive". When i return to active state, no data has...
View ArticleXcode 11.0 build get error - Unknown argument type '__attribute__' in method...
On every build in Xcode i get this error. How can i fix it?I found this commit https://github.com/facebook/react-native/pull/25146/commits/61b8b9e69d8609fecaaaa7d2c9e32808bc5e98cb which should fix it...
View ArticleHow to have two views in a row that take 50/50 and have different background...
I am trying to create a small indicator(view) that changes background colour according to its severity. Imagine a square that takes 50/50, where one has red colour and the other a white colour.This is...
View Article