Unrecognized 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 Articlereact native stream ios screen to local server
I am building a React Native application to be able to stream my phone content to a local NodeJS server.On android, it works great with MediaProjectionManager but on iOS this is more complicated.I...
View ArticleCan't find variable panresponder
I'm beginner for react-native, my assignment is in functional react native form. I wish someone can help me solve this problem. This is the class component react native codefrom this source:...
View Articleusing sys root for 'iPhoneSimulator' but targeting 'MacOSX' warning in NPM...
For some reason I'm not able to do NPM install on my project anymore since I'm getting the following messages: SOLINK_MODULE(target) Release/.nodeclang: warning: using sysroot for 'iPhoneSimulator' but...
View ArticleDisable Screen Capture/ScreenShot in React Native App
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
View ArticleReact-Native Firebase ML Kit Vision Image Labeling not working with iOS
I am trying to use RNFirebase MLKit image labelling in my RN app. It works fine on android, but on iOS i get the following error,NativeFirebaseError: [vision/file-not-found] The local file specified...
View ArticleBest way to extract text from a photo/image in React Native?
I am building an app with React Native.After a user takes a photo of an invoice, I would like to be able to extract some key data from the text in the image. I know I will need an OCR of some sort. Is...
View ArticleScroll multiple horizontal scrollview in sync when you scroll one in React...
Below is a sample of what needs to be achieved in React Native:Title1Some description that spans horizontally using a ScrollView (horizontal prop)...............................Title2Some description...
View ArticleCan I show a star or dot on ios app icon instead of badge count?
I am building a chat app. When a notification is received, I want to show an indication that a new message is received. I don't want to show badge count. Showing a dot or star is enough. Can I show...
View ArticleGet current scroll position of ScrollView in React Native
Is it possible to get the current scroll position, or the current page of a <ScrollView> component in React Native?So something like:<ScrollView horizontal={true} pagingEnabled={true}...
View ArticleUnsupported architecture error on initializing React Native app
It's so weird, yesterday morning everything works well, but after trying to install on a physical iOS device, I got this error:module map file...
View ArticleHow can we change a default background in react native Slider?
I'm using react-native-community/sliderand in my case, i want to disabled user change value so i enable disabled prop,After enabling it the slider color turned gray.so how can I change it?I'm trying to...
View ArticleHow to save json data from one screen to second based on user input (react...
I am using react-native and expo. When I click on first screen (there are some json data) such as: AAcompanyBBcompanyWhen user clicks on A it send them to second screen and it shows the A symbol there,...
View ArticleTimeout - Async callback was not invoked within the 60000ms
import wd from 'wd';jest.setTimeout(60000);const PORT = 4723;const config = { platformName: 'iOS', deviceName: `iPhone X`, platformVersion: '12.2', app: '/path/to/my.app', useNewWDA: true, autoLaunch:...
View Articlereact-native synchronous movement of 5 of scrollView
react-native synchronous movement of 5 of scrollView .how do you ı sync.<ScrollView horizontal ref={scrolListRef} onScrollEndDrag={(e) => //ref get xcoordvalue//scrollListRef map into ref xcoord...
View ArticleTest IAP in simulator - react-native?
I use react-native-iap, And I have Non-Consumable so I use getAvailablePurchases() but in every time I get this errorCannot connect to iTunes StoreSo I can't test what I do while developing or if the...
View Articleadyen integration to React Native
Good Day everyone.. Does anyone know how to integrate adyen to React Native which works on both IOS and ANDROID. Thanks in advance :)
View ArticleReact Native AsyncStorage storing values other than strings
Is there any way to store values other than strings with AsyncStorage? I want to store simple boolean values for example.AsyncStorage.setItem('key', 'ok');Is no problem, but:AsyncStorage.setItem('key',...
View ArticleShare content on LinkedIn for both android and ios using react native
I have an app built in react-native in which I have to share these data to LinkedIn const options = { title: 'Share via', message: 'some message', image:'images need to be shared' //may be multiple...
View ArticleReact native performance simulator vs. real device
I have some questions about the performance of a react native app.I'm developing a react native app (RN 0.62.2). I'm testing on various IOS simulators as well as on a real device (iPhone 7, ios...
View Article