react-native Task :app:multiDexListDebug FAILED
I have installed react-native-firebase package using yarn. I've setup the code in the build.gradle, settings.gradle as well as the AndroidManifest as well. Added multiDexEnabled as true and also added...
View ArticleChanging app navigation structure from version 4 to 5 in react native
I was working on an old app using react navigation version 4 the app contains a register and login in page obviously and then the content of the app. recently I started remaking the content of the app...
View Articleios Getting Location react-native/Expo
I am building an app totally depending on the users location, the app takes latitude and longitude of the user and depends on that retrieve the data for user The app is working well with android but...
View ArticleExpo - geofence api not returning values on geofence start
I am attempting to get Expo's geofencing api up and running via a button action in react native. I've put together an example, but when I attempt to initiate the geofencing action it doesn't do...
View ArticleReact Native iOS simulator "Connect to Metro to Develop Javascript"
I'm running a react native app and constantly running into the issue of the app not connecting to the code to do automatic updates.Things I've tried:Reloading main.jsbundle via the following command:...
View ArticleWhat's a good way to store a lot of small texts with metadata with reactNative?
I am developing an app that will displays a series of small texts everyday and I have been wondering what's the best way to store them. I intend to change them only when I update it to new versions so.
View ArticleOAuth2 Authorization Flow for Yahoo using Expo AuthSession API
Expo SDK Version: 37.0.3Platforms(Android/iOS/web/all): iOSHello, I am trying to build a fantasy basketball app based on the Yahoo Fantasy API. I am trying to use AuthSession API from expo in order to...
View ArticleReact native app working in IOS simulator not installing in testflight
My IOS app developed in react native working in the simulator but not working in Testflight.When clicking on install, Install progress shows after that showing install.
View ArticlePod issue -: Nanaimo::Reader::ParseError - [!] Array missing ',' in between...
I'm getting issue during install pod in react-native project Nanaimo::Reader::ParseError - [!] Array missing ',' in between objectsplease help me if anyone have idea about that.
View Article3D Animations on View with React Native
I want to implement a flip effect in my React Native app, similar like described here:https://www.codementor.io/reactjs/tutorial/building-a-flipper-using-react-js-and-less-cssMy question is. Can I...
View ArticleHow to use KeyboardAvoidingView with FlatList?
I have a FlatList component with an Input inside each row. When I select the input I want it to scroll up above the keyboard.My code:return (<KeyboardAvoidingView behavior='padding' style={{ flex: 1...
View ArticleWhat is the meaning of 'No bundle URL present' in react-native?
When I run a react-native project, I get a error no bundle URL present , but I don't know what mistakes I do, I was very confused.
View Articleld: library not found for -lRCTGeolocation error after upgrading to 60.5
I upgrade my react native project to 60.5 and after that I get this error building iOS XcodeSpace ld: library not found for -lRCTGeolocation
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 Articlereact native edit file after build
Is there any way to edit a json file after the app was build? I heard that an apk file can be unzipped, but how about IOS? My goal is to make an app that can be changed by a non-programmer, after it...
View Articlereact-native google sign issue on IOS
I have followed the the steps on how to add this plugin. It works perfectly well on Android, however on iOS when I run react-native run-ios i get the following error:The following build commands...
View ArticleReact Native API fetch in background
When user login it takes 3 sec to fetch data from server. In the mean time if user minimize the application (IOS) api request fails. But working fine in android.
View ArticleHow to set PDF height dynamically using 'react-native-html-to-pdf' package?
I am creating a PDF document in react-native. My aim is to create single page,no more pages and while my page's content gets bigger, my single page's height also must get bigger automatically. options...
View ArticleAlarm for react native application in iOS [closed]
I have been trying to build an alarm app in react-native for my iOS application. So far I am not able to get any solution for alarm. I want an alarm, not a notification. Guys, please help me with this.
View ArticleFlatList re-render with Redux
I'm using PureComponent to render items of my FlatList and when I use FlatList and pass a local state to it in data, the rendering works very well, I don't have wasteful re-rendering.However, when I...
View Article