react-native image is not loaded in iOS 14 upgrade
After upgrading the version of iOS 14, the React Native failed to build.switched the XCode build settings to "Legacy Build Settings" and succeed to build.But the new build doesn't load images and the...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleReact Native iOS 14 Only attempt to insert nil object from objects[0] #29970
This is a problem that I only got on devices with iOS 14.DescriptionMy project worked well on iOS 13 and after I tried to run it on iOS 14 I always get an error in xcodeTerminating app due to uncaught...
View ArticleIs there anyway to send sms in background for both Android & IOS?
I wanna make an app that its main functionality depends on sending SMS. before i was developing android(native) but now im using React-Native to make it for both IOS and Android.in android it's...
View ArticleJSON value '' of type NSNull cannot be converted to NSString IOS Simulator
I am getting the following error screen every time I'm scrolling or navigating the app when I reload my React Native app in iOS Simulator.enter image description hereI'm not sure what could be the...
View ArticleStyled component not showing on ios
My react native app currently shows the correct css for android. But when I run the same app on my ios simulator it doesn't show all the correct css. I think for some reason it's not getting the...
View ArticleUse npm package for React in React Native app
Can an npm package created for React be used in a React Native app?There’s a third party file upload service and they have an npm package that handles a lot of file upload related functions, such as...
View ArticleA module failed to load due to an error and `AppRegistry.registerComponent`...
I have android and ios app in react native which both uses webview to show webpage as application.Since I had to change package name to deploy it on google play since first one package name was...
View ArticleShow a component in all screens with React-Navigation - React Native
I want to have a component like button (or react-native-action-button precisely) to be shown in each screen using React Navigation.Does React Navigation has any option in inside Routes to implement it...
View ArticleBuild input file cannot be found: How to change path of file [xcode]
I am using react native for showing webview of my page in android and ios.I have changed package name in android and my app.json file to new name. Everything is working ok with android.Now when I try...
View ArticleFailed authentication in Apple Developer Portal when execute expo build:ios
I'm trying to config automatically build iOS apps using Expo through Gitlab-CI.This are the commands that I am using:expo login -u expo_user -p expo_passexpo build:ios --non-interactive --apple-id...
View ArticleOpen Settings App from another App in iOS - React Native
I'm going through the docs in React Native and can only find navigating to external links from the app I am in. I want to be able to navigate to the Settings app (more specifically to the privacy >...
View ArticleCan't add local image to react native app
I'm new to react & I'm trying to add a local image to my react app. This is what i've currently, <Image source={require("images/pic.jpeg")} />but cant figure out why am i getting this...
View ArticleCocoaPods could not find compatible versions for pod "ReactCommon/callinvoker"
I've taken several steps to resolve this issue, including deleting node_modules, deleting pod.lock, ran yarn cache clean, ran npx react-native-clean-project, ran pod install --repo-update ... but...
View Articlehow can i set a background image in ios objective c to rootViewController?
i can set a background color like :rootViewController.view.backgroundColor = [UIColor colorWithRed:(35.0/255.0) green:(92.0/255.0) blue:(78.0/255.0) alpha:1];how can i set in rootViewController an...
View Articlereact-native iOS release build Error loading local images and icon
After upgrading my RN version from 0.61.0 to 0.61.2 when i made a release build then it shows error saying that No bundle url present. then i delete my main.jsBundle from xcode and create that file...
View ArticleImage not displaying on Android simulator and Android device but displaying...
I am currently working on an ecommerce App and as I render products through a component, it turns out that my Component does not render any image on Android as opposed to iOS where the image is...
View Articlereact-native infinite loading on displaying downloaded video
I need to download videos and display then, for that, im using rn-fetch-blob, react-native-video and react-native-media-controls.On android, everything is working just fine, but when I run on iOS, the...
View ArticleNo bundle URL present make sure you have running a packager server
i try to compile a projet on reactnative on my new missionI really try a lot of thing to resolve this error search everywhere but no solution worked for mei launchreact-native startfrom the root...
View ArticleHow to remove / clear all local database in react native?
I have react native app with sql database. I want to clear all local data at certain place..for example when I log out i want to clear all the local database. I have multiple tables so i am not sure if...
View Article