RN-IOS Not loading images when build
After upgrading the react native version(0.62.2), I tried to set up the system with the react-native run-ios but it doesn't load the assets (images) *Application working fine*Android working fineWhat i...
View ArticleHow to detect checkbox checked or not using react native?
In my scenario, I am trying to write a logic for checkbox check or uncheck. if check means need to print some string or uncheck mean need to print something else. how to achieve this using react...
View ArticleReact Native developer Menu not loading
Developer menu in ios simulator will not launch with either cmd + D or cmd + ctrl + zthings i've checked (in no order) :cmd + r works properlymyApp and myAppTests schemes are set to debug modeSlow...
View ArticleMaking HTTP requests isn’t working in React Native iOS
I am working on a group project where we have created a React Native app. Two of my team members worked on the server-side of the project and I am working on the client-side, the app works perfectly on...
View Articlereact native iOS: prevent keyboard from pushing the view up
I'm developing an iOS react native application, when an input gain the focus the keyboard is shown and the whole view is pushed up, how can i prevent this behavior ?Thx.
View ArticleAdding border only to the one side of the component in React Native (iOS)
I am facing something weird issue with React-Native's <Text/> component in iOS.I wanted to apply borderBottomWidth style into <Text/> component but it did NOT work. However, the borderWidth...
View ArticleReact Native - sometimes app freezes when opened from background
Recently I noticed some strange bug in my IOS app (on Android I did not see that problem so far). When the release mode is installed on my real device (the same problem happens even with production app...
View Articletype error null is not an object (evaluating 'ShareDialog.canShow') in React...
I have followed this GitHub URL to integrate Facebook sharing in my application.https://github.com/facebook/react-native-fbsdkHere is my code:constructor(props){ super(props); this.state={...
View ArticleCreate custom SDK for React Native
What i want to achieve is something like creating my own SDK like what react-native-fbsdk or rn-onesignal-sdk provides , so that those functionalities can be implemented in the react native...
View ArticleHow to trigger SMS URI redirect in React-Native for multiple phone numbers?
So basically I have a code which is already working for android devices, its purpose is to trigger the device's messaging/sms app with a pre-filled text in it. This also opens the iMessage app on iOS...
View ArticleiOS Build Crash after upgrade from 0.60.4 to 0.62.2
I recently upgraded my react-native project from 0.60.4 to 0.62.2. I added all the dependencies and resolved all the errors thrown in terminal one by one and I was successfully able to compile the...
View ArticleReact-Native-Sound path for ios file?
I'm curently developping an app on React-Native and I need to play sound.The fact is that I am on Ubuntu and developing with IntelIJ Idea.I'm using react-native-sound library to play sounds.Thanks to...
View ArticleHow to reuse android device back button handler component from multiple...
In my scenario, I am trying to use android back handler class in single file. How to access this from multiple class files instead of duplicating.my code belowexport default class hardware extends...
View ArticleReact-Native Bundle Error error SHA-1 for file is not computed
I am facing this error while creating bundle of react-native app.I am executing command react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ioserror SHA-1...
View ArticleCross platform Mobile SDK with react native for IOS and Android
I am beginner to react native. Please forgive if it is a very basic question. I have a Javascript client library which I want to write for both IOS and Android also. Instead of writing separately....
View ArticleUnrecognized module map file...
I have created a new react-native project and I am trying to build the iOS code but it is failing with below error:fatal error: module map file...
View ArticleHow to use universal link in react native ios
I am going to use univeral link for my react native ios app.I think I have done all settings.and also set Associate Domain setting in apple developer site and upload apple-app-site-association file to...
View ArticleReact Native Runtime Error: No native client found. Is Bugsnag React Native...
I am trying to integrate bugsnag to my react native application. The app builds successfully but when the app loads on a simulator or emulator it throws an exception Bugsnag: No native client found. Is...
View ArticleReact native Line chart in both android and ios
Which one is good package for line chart in react-native , I tried @highcharts/highcharts-react-native but its not working in ios
View ArticleHow to get/set the iOS "preferred language" from a RN app?
We are developing a React Native app supporting three languages. For various reasons, we must have specific language selection logic in the app and a language selector within the app.In iOS 13 there is...
View Article