React-native paytm integration. the paytm window auto closes in a moment
when i click on button it will call the paynow function, in payNow function one popUp is open and automatically it closed with out showing anything, I don't know how to resolve this issue
View ArticleHow to make the iOS bottom-sheet panel of Maps in react-native?
I am developing a react-native app. I'm trying to make a UI element similar to the one on Maps in iOS, in which you can slide a panel from the bottom. The behavior of the list is quite complicated...
View ArticleHow to solve error archiving react native ios in xcode?
I get a problem to archive react native in xcode, I try look for example but fail all.This is the error message in xcode :How to solve this problem, please anyone help me.Thanks
View ArticleHow to Read DICOM data in React native project? [closed]
I am Implementing React native Project to read DICOM data in both android and iOS. I didn't found any source code and SDK to integrate in My React Native project in order to use in Both platform. can...
View ArticleEPERM: operation not permitted, chmod @react-native-community iOS
I am using React 16.8.6 and react-native 0.59.6. iOS.While typing react-native --version or anything prefix with react-native, it is showing the following error.internal/fs/utils.js:220 throw err; ^...
View Articlereact-native run-ios failed
I have inited 2 projects with react-native cli: the latest one and the version 0.44.3. When I run react-native run-ios both failed.I have tried to delete /build in file ios. It didn't work. I can open...
View ArticleReact Native: onPress in Android side somehow triggers onNavigationStateChange
I have some code that I implemented a couple of months ago that fixed the ability for a user to who was reading an article on my app and wanted to click on a hyperlink inside that article, once having...
View Articleproject.pbxproj is always tagged as modified in git
I'm having some problems with xcode, with disappearing linked libraries, etc. After some research, it seems that my project.pbxproj file has been completely changed in between two commits, and I'm...
View ArticleHow do I run a 'Debug' in XCode?
I've added some code to the AppDelegate.m file in my React Native app. I hoped this code would be run in the XCode console when I clicked "Build", but it doesn't. However, I did come across this When I...
View Articlehow can i open native camera application using react-native? I don't want to...
Can I know what to just open native camera application using react native. I don't want using to come back to my application even though user have clicked multiple photos. I would only want user to...
View ArticleReact Native Network request Failed on fetch - Works Local
I am using some code in a React Native component that is a simple fetch passing a parameter to OMDB API. This could be a CORS issue since if I run it in the format below going directly to omdbapi.com...
View ArticleHow do I get Expo to prompt my app for "Always" Location Permission?
I'm developing an iOS app using Expo. My app needs Location permission in order for geofencing to work when the app is not in use. I've followed Expo's documentation for Location Permission and...
View ArticleHow to redirect to the app store from a deep link if the app is not installed?
I'd like for users to be able to share a link (e.g. app.com/SKFLA - this is primarily because deep links on their own aren't clickable) via Facebook etc. When clicked, this redirects to a deep link...
View ArticleHow to check if contacts downloaded my application?
I'm using expo react native and I want to do something similar to whatsapp (check if contacts downloaded the app so I can give them some permissions, and if a contact doesn't have the app I can invite...
View ArticleOpen native camera from react native
I am new to react native and need your help. I am new to react native I am trying to integrate blink sdk with my react native app. I have exposed a native method to react native js using...
View ArticleReact Native: How to select the next TextInput after pressing the "next"...
I defined two TextInput fields as follows:<TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /> <TextInput style =...
View Articlereact native app not running on physical iOS device from MacOS bundle identifier
Following the react-native documentation installed all the node dependencies and pods the simulator launches when the react-native run-iOS command is used and the app won't launch! while trying to...
View Articlereact-native, bundling failed
I am new to react-native and have found an error that makes absolutely no sense to me.I am trying to include a calendar library: https://github.com/wix/react-native-calendarsI have included the...
View ArticleHow to get a native UITableView with UITableViewCellStyleSubtitle in React...
I want to build something like this with React Native: (image source https://developer.apple.com/design/human-interface-guidelines/ios/views/tables/) How can this be done in React Native? Do I need 3rd...
View ArticleReact Native APP Crashes after loaded for few seconds only in iOS
Crash Reportlibsystem_kernel.dylib`__pthread_kill:0x7fff523bc7f0 <+0>: movl $0x2000148, %eax ; imm = 0x2000148 0x7fff523bc7f5 <+5>: movq %rcx, %r10 0x7fff523bc7f8 <+8>: syscall ->...
View Article