React Native version mismatch 0.59.1 > 0.61.2
After upgrading react-native from 0.59.10 to 0.61.2 the app does not load. It's stuck on the splash screen and giving me a version mismatch.XCode logs showing:JavaScript version: 0.59.1 Native version:...
View ArticleRealm react-native Cannot find module 'fs-extra'
I'm getting this error while running on iOS Simulator. I tried many solutions but none works. Error: Cannot find module 'fs-extra' at Function.Module._resolveFilename...
View ArticleReact native face detection not working for me (iOS)
I am trying to build a face detection module in objective-c using react native. I am using onFacesdetected from react native. But it is not working for me. Below is the code :<RNCamera ref={ref...
View ArticleCan I use react-native app's AppDelegate in ios module?
I am writing iOS SDK wrapper for react native. And the SDK guide gave me the code :-(void)didClickOpenOfferwallBtn { [AdPopcornOfferwall openOfferWallWithViewController:self delegate:self...
View ArticleHow to know, when did my app focused or unfocused- react native?
I am developing a react-native app. In one of the screens, there is a button, clicking on which, an email is sent to the user and the default email app is opened.Now, the email contains a link,...
View ArticleHow can call a ViewController class on native ıos when react-native app view...
I want create an react-native app. In this app, ı want to use my swift code. When react-native app view loaded an ios device ı want to call my swift code like native ıos app.Thanks
View Articlereact-native ios Podfile issue with "use_native_modules!"
In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...
View ArticleReact Native app crashes on launch in iOS simulator with assertion failed:...
When running my React Native app (0.61.2) through the terminal or XCode, it will crash on launch after bundle has fully loaded. The only clue is from react-native log-ios to get a glimpse of why it's...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View ArticleHow to create full width image splash screen for react native ios app in xcode
My application require a splash screen with a round logo in the middle , the background has some design overlays, So I need the splash screen as a full screen image. I have reffered several post but...
View ArticleWhat does "spreading one original pixel into multiple ones" mean in React...
I'm reading this article on the PixelRatio class in React Native. It says "iOS tries to be as faithful as possible to the user value by spreading one original pixel into multiple ones to trick the...
View ArticleDismiss a React Native RCTRootView back to a Native ViewController
I'm creating an app to integrate react-native with an existing Swift app.I've looked into similar issues:React-Native: Dismiss/Exit React-Native View back to NativeHow can I go back to native view...
View ArticleFailed to run react-native run-ios in new project?
I'm tired to run a new react native app, I'm using CLI to init the project but after running "react-native init new app" I got this messageError: Failed to install CocoaPods dependencies for the iOS...
View ArticleAfter upgrading to React Native 0.60.5 iOS release build gives "No bundle URL...
I've just updated my project from React Native 0.59.9 to 0.60.5 with react-native upgrade and the update helper mentioned in the official blog post. Although my project is already a little "complex"...
View ArticleIs there a way to call my native module interface in my app delegate?
I am new to ios development and I'm trying to use the Spotify SDK in my native module for my react native project. Im following the tutorial here...
View ArticleHow can i regenerate ios and android folder?
How can I regenerate ios and android folder in React Native project?react-native-cli: 2.0.1 react-native: 0.61.2❯ react-native eject error Unrecognized command "eject". info Run "react-native --help"...
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 ArticleREACT_NATIVE - Handle DeepLink from automatic side-service redirection web URL's
I have this use case :-> a Website OR random native application on my phone, doing a process on it, and at the end of the flow, this application is redirecting to :...
View ArticleAbout 100 error in Xcode, Undefined symbols for architecture x86_64 :upgraded...
I've been trying to upgrade my project and use cocoapods for ios, Whenever i build from xcode it gives me 100 error related to swift, - My project does not depends on swift - Upgraded all...
View ArticleHaving issue with react native code while running in iPhone X
I have been working in react native for 1 month. I have developed the react native code with Carousel framework and it is working fine in Android and iOS too. But in iOS carousel is working in all...
View Article