Problem using hatbox with React: Id Sequence
When loading my app and going through the messages it seems like the outcome really goes in order of the code instead of the order of the ID's. for instance when the choice of Restaurants is asked, and...
View ArticleReact Navigation modal showing an erroneous gap
I'm using React Navigation 5x's ModalPresentationIOS preset. All my other screens are working fine, but on this one particular screen, I'm seeing a black gap at the top as shown below. I've tried it on...
View ArticleReact Native Static Server iOS
I am using native-static-server for my project. https://github.com/futurepress/react-native-static-serverI have set up the WWW folder as explained in the Read me doc. The issue I am having is that some...
View Articleapp created through expo-cli crashing on ios real device
After I executed 'xattr -cr path/to/your.app' command ,app got installed in simulator. but its crashing in the real device.crash report:error: Error Domain=BKSProcessErrorDomain Code=1 "Unable to...
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 ArticleExpo Client Not Getting Installed On Mac?
The below command to install expo client in the official react native documentation fails.npm install -g expo-cli The error shown is attached as a screenshot below.Someone please tell me how to solve...
View Articlefile not found
I am Using cocoapods to install react native and react. I just want to use a toast component(https://www.npmjs.com/package/react-native-simple-toast) which does ti have a cocoapods Installation. when i...
View ArticleCallback when App is killed - React Native [duplicate]
Is there a way to execute an action when a React Native app terminates? I know about app states, but I'm looking for a way to call an action when the user swipes to kill the app, not when it's just in...
View ArticleGreen box shown in heatmap , using react-native-maps on iOS simulator
Using google maps on iOS simulator (react-native), trying to add heat map over it. Gives a green color box. Please help.Thanks in advance.Using this dependency for maps in react native:...
View ArticleRefresh a screen after state change [Drawer navigator react-native]
I have a DrawerNavigator in StackNavigator. I have implemented the structure to achieve Hamburger menu function. I have a listing home page with a hamburger menu icon. On clicking the icon, I open a...
View ArticleHow can I iterate through a props and increment the values inside the props?
I am trying to increment the values of the props whenever an option is clicked depending on which one I click on a mobile application. Each click takes me to the next page and each page has a list of...
View ArticleWhy I got error message custom font, react native?
I have been desperate for 2 days. I am trying to use custom fonts in my React Native application. I have followed many tutorials, but nothing works.I have: - import my fonts into the...
View ArticleHow to enter barcode manually to fetch the data in react-native?
I'm using react-native-camera to scan the barcode of type code128 only which is working fine. Now, the app scans the barcode and on successful scanning navigates to a new page displaying the type of...
View ArticleHow to change value of input react native
Sorry I am new to React Native, and want to know how to change current input value?As in my case, if I enter a new word directly into input the previous word or the previous value in the value will...
View ArticleKeyboard keeps closing after user taps on input
The problems =>https://drive.google.com/open?id=1KwBWMVsj-0PFzt9cLfLuZ9cTvkqjIob8This is my codeexport default function TextInp(props) { const [ansVal, setAnsVal] = useState(props.data.ans); const...
View ArticleExpo react native app image not work properly on testflight ios
I have an app login page centered on screen. When i test on locally with expo on win server and also tested mac on a simulator it works perfectly but when i do build-ios and put it to appstore and test...
View ArticleOS pod install error. Module glog cannot be installed
I'am trying to upgrade "react-native" from "0.50.4" to "0.55".When I run pod install, i receive an errorchecking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether build...
View ArticleERR_UNKNOWN_URL_SCHEME on react native webview
I'm developing an app with react-native-webview.And when I click a link with <a href="sms:888888&body=Test Message">Click here</a> I'm receiving error err_unknown_url_scheme.Thanks
View ArticleText doesn't appear react native
I made a component but the text is only appearing on Iphone X and not smaller devices like Iphone 8, not sure if i'm missing something ?const TextComponent = () => { return ( <SafeAreaView...
View ArticleReact native responsive fontsize for app store rejected design
My usage like this import { scale, verticalScale, moderateScale } from 'react-native-size-matters'; import { ScaledSheet } from 'react-native-size-matters'; import { Dimensions, PixelRatio } from...
View Article