React Native - Expo publishing issue
I have this project I have built locally using React native + Expo. I published it, and it said it was successfully published. However in the "builds" area in expo.io, it says "You currently have no...
View ArticleExpo background Location not working in background
The background service works perfectly in the foreground but when the app is in the background, stops sending the location updated.this mostly happens when the app is in production, here more...
View ArticleHow to send free of cost automated text messages from a react native app
I am trying to build an app that tracks and gets a user's dynamic geolocation in terms of a link. How to do this using Google Map API?And then want to automatically send that link as an SMS to a...
View ArticleReact Native App not navigating after successful firebase auth
I am using expo to build my first react native app, so far been great and I am only frustrated with one issue:My app is not redirecting to "profile" after successful login. Here is how I handle...
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 ArticleReact native "Failed building JavaScript bundle"
I am trying to run an 8 month old expo React native project and I get this error when trying to run the app.hooks/useConversationsSubscription.js: Container is falsyThe yarn.lock was included so why is...
View ArticleDisable automatic firebase analytics of screen tracks
I've integrated successfully Firebase Analytics for screen tracks and I'd like to disable automatic screen analytics since I don't want to see the native screen classes including UIViewController from...
View ArticlePrint: Entry, ":CFBundleIdentifier", Does Not Exist
When I run react-native run-ios the build succeeds but I get the error below. I've checked all over the place but nothing seems to be working. Using sudo in front of the command does not help either. I...
View ArticleReact-Native upgrade for iOS: options
I am planning to upgrade the react-native from 0.51 to 0.62 for the iOS platform. Typically what is the duration it takes for an upgrade?Can I carry out a staggered upgrade? Just to upgrade the...
View Articlemy Apple push Service doesn't work ... I already created a new one and I...
Good afternoon guys, anyone there with experience with apple bureaucracies x pushNotifications x certificates x react native?My app's Apple Push Services certificate expired the 1/10 and the app...
View Articlereact-native-plaid-link-sdk's redirect uri has access denied error with ios
I have valid universal link for ios's deep linking. The universal link is used as redirect_uri of plaid client in react-native app. When I open the universal link in safari, it opens the correct...
View ArticleWorking in a team of 7 with mac and windows users, want to create a...
I'm working in a team of seven. some of us are mac users some are windows users. We want to work on a React Native app and version control it using Git. Is this possible? If so how should I initialize...
View ArticleTrouble making React Native background full screen
I am using Expo iOS simulator, and have been trying to make the background full screen, but cant make it work.export default function App() { return (<ScrollView ><View...
View ArticleLibraries stopped working after Xcode updated. React Native 0.62.2
I had trouble when updating Mac data. After I updated to a certain Mac Version, Spotlight stopped working when using the emulator. That was solved after some time. However, after I updated XCode, some...
View Articlelibrary not found for -lAppAuth
I try build IPA file on Xcode from .xcodeproj file and I obtain next error log:library not found for -lAppAuthAnd I never installed that package.After that, I've decided to install this package, but...
View ArticleCannot configure expo app properly `Failed to read config at: /app.config.js`
I am trying to develop an application and I am having trouble getting it to build once I added dotenv.In my app.config.js I haveimport "dotenv/config";const API_URL = process.env["API_URL"] || "";const...
View Articleld: library not found for -lAppAuth
Facing this error on building a react-native project. I did not include this package on my own, but I think it came along Firebase.Have done all usual remedies like uninstall-re-install node modules,...
View ArticleHow to add a thirdparty SDK (multiple .framework files) to react native...
I have built a react native library module (with RN 0.63). This module depends on some thirdparty SDKs. When integrated with Android (using .aar files) it works just fine. In case of iOS, I have been...
View ArticleReact Native Background Download
I am about to build an app which locally stores multiple MySqlite *.db files. These are used to populate the app with data.The app should regularly check if there is a newer version for one of these...
View ArticleHow to save/cache all data on device for quick loading and updates in...
I am using axios for API calls, and Async storage for storing some details like user profile and all. But Async storage seems very slow.My apps' key functionality needs internet to work, but lot of...
View Article