web scraping on react native iOS app using recurring background service [closed]
I have been working on a project which requires me to scrape myactivity.google.com and show the data in a dashboard. This entire process needs to be done on the client(mobile app). Developing a React...
View ArticleReact native Webview blocked after Screen Lock (IOS)
I'm working on an ios react native app, I'm using webview to get data periodically, and use it in my app, but when I lock my iphone device, the webview stop sending data to react native....
View ArticleEndpoints aren't eligible in amazon pinpoint campaign creation
When I try to create a campaign in amazon pinpoint no eligible endpoints show up in the segment creation section. Even though I have a device successfully receiving push notifications from the test...
View ArticleHow to expand a row on the click of a Button?
I'm using the react-native-nested-list-view library.I was able to construct a tree-view but by default the expand and collapse in the tree view is done on click of the entire row. But my requirement is...
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 ArticleReact-Native integration Support for V2 Pro device SunMI
I want to develop app for both iOS and Android Platform via react-native. Is there any available SDK of SUNMI V2 Pro(https://www.sunmi.com/en/V2Pro/) in react-native???Here is the library i got:...
View ArticleExpo iOS Build Not Working--"Could Not Receive Latest API Key from App Store...
I am currently in the process of trying to build my first app using Expo-cli. I am on Windows 10. I have an Apple Developer account and am just trying to build for iOS at the moment. However, whenever...
View ArticleReact Native fingerprint authentication for android and ios both
I have built an android app using fingerprint authentication in Android Studio. I need to build the same thing but using React Native for android and iOS. How to go for it?
View ArticleDeploying React Native Apps directly to devices for testing
I'm looking into the best ways to deploy React Native apps to devices for testing. We don't want to put the app on the app store yet, but we do want the app to be downloadable to, say, an iPad.What is...
View ArticlePush notifications IOS react native NSDictionary error
I used this library to create push notifications in my react native app.https://github.com/zo0r/react-native-push-notification .I tried to send a local notification, the code is : localNotif() {...
View ArticleCan't dismiss menu selection IOS - React Native
I have an issue with the react-native-selection-menu: https://github.com/prscX/react-native-selection-menuOn IOS it's impossible to dismiss the menu without clicking on a value. I want to dismiss it...
View ArticleHow to create and save file to Files application (iOS platform)
I need to create PDF-file (done) and save it to Files application, so user can access it anytime outside of my app. I tried rn-fetch-blob and react-native-fs packages and they worked fine for Android,...
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,...
View ArticleValue for title can not be cast from ReadablenativeMap to string
InsertDataToServer = () => { const { pinValue1 } = this.state; const { pinValue2 } = this.state; const { pinValue3 } = this.state; const { pinValue4 } = this.state; var String_3 =...
View ArticleReact Native Making Changes and Updates After Publishing iOS App for TestFlight
Finally, I got my app uploaded to Testflight! This is a big stepping stone for me, however, what happens when you need to make a change? Is there a process that you need to do? I built my app again on...
View ArticleOpen multiple phone numbers with expo linking module react native
I'm a bit new to react native, so I've been using expo to develop my first app. The expo linking module is really nice (how it pulls up a phone number on the bottom of the screen for iOS), but I was...
View ArticleHow to display mathematical formula in React Native?
I'm planning to build an APP which helps the less developed area share the same learning resources. Displaying mathematical formula is a key feature of this APP. Is there any opensource components...
View Articlereact-native: Get error, invariant violation: View config not found of...
Ok so basically Im importing many libraries to a project all at once, and trying them out one by one. Right now Im trying to make SVG work (Google Sign In and Gesture Handler work accordingly), but...
View ArticleHow to get initial link for iOS using react native firebase dynamic links?
I am using react-native-firebase:: 5.6.0, I am having issue while getting initial link for iOS device. On android it's working fine. I am using "Firebase Dynamic Links" to redirect user inside login...
View ArticlePutting buttons over a full screen video in React Native
I am playing a video that takes up the entire screen (full height, and width of the device).I would also like to display a couple of buttons and the videos description (Kind of like TikTok does).What...
View Article