I have been trying to find a way to change the placeholder text for a GooglePlacesAutocomplete Component in React Native. I have tried looking through the offic
I'm a new learner on this platform. I code a simple react native app using expo. But I want to build a .apk file. I tried this command: expo build:android Then
I am trying to find a way how to open the google play store with my application when the user is pressing a button inside of the react-native application. Is th
After updating expo it no longer supports building apk files using expo build:android -t apk and instead advices to using eas builds using the command eas build
in my React-Native opened project, I want to receive the data (extra text) sent by another local service app named "scanservice" on its intent output (broadcast
I have a react native component that communicates with Android like this - My React Native code- const myModule = NativeModules.MyProcessor; myModule.proces
I want in implement floor map navigation in my application. Please , suggest any available Library or ways to implement it. Tried following, but does not allo
I am trying to enable date range using react-native-calendars. On my app, the calendar loads a few 'markedDates'; now I need to implement a start and end date f
The Application was working fine until the installation of React-native-Reanimated library but has started to crash post installation when trying to debug remot
I'am using background image for the React Native application screen and want to squeeze image to the right side. On iOS look's good but on Android image has a p
I am trying to retrieve a file from Firebase Storage with the URL from getDownloadURL, using the Expo FileSystem. However, I keep getting a 403 response. My rul
So in my React Native application, I want to integrate this slider, following the guidance here. Problem is, I want to get access to the method setLowValue()
I'm implementing Lottie Splash Screen on my project, I have followed all the steps on Lottie's page (https://www.npmjs.com/package/react-native-lottie-splash-sc
I saw several posts on the subject but without result. I have on the one hand a form which collects information (name, first name etc) then saves it in database
I could use a little help here. I made a form to register a trip, it works, that's cool. But when I want to use the keyboard and then dismiss it, it leaves a w
I am having a problem in a React Native app I'm building. I have a stopwatch and since each number character has a different width, when the time is increased t
I'm trying to use https://docs.swmansion.com/react-native-reanimated/docs/api/LayoutAnimations/entryAnimations From the documentation it seems pretty simple but
Recently I have began development in react-native and have been trying to build an app. I successfully implemented react navigation initially, but after I tried
enter image description here Error: Configure project :react-native-firebase react-native-firebase: using React Native prebuilt binary from C:\Users\Clark\Deskt
I am very new to react native and try to create my first app. I now want to create functions to get data from my api. How can I create a file with several funct