Category "react-native"

The best way to create a scrollable tab in the middle of the screen?

The mobile app of Twitter has a scrollable tab in the middle of the screen when you are on your profile. The top half of the screen displaying your profile in

Unable to update state while using React Native

I am trying to get to grips with the React hook useState. At the moment I am unable to update the state of my errors object, a little unsure of where I am going

how to solve openssl configuration error when trying to install react native cli?

When trying to install react native cli I get the following error messages. How can I solve. PS C:\WINDOWS\system32> npm install -g react-native-cli OpenSSL

How Do I Change Placeholder Text on Google Places Autocomplete Component in React Native?

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

React Native: Build apk file using Expo CLI

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

React-Native: How to open google play store from react native app?

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

How to build expo apk using eas build

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

Howto getExtras from a local broadcast Intent in react-native

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

React native communication between React native and android with custom object

I have a react native component that communicates with Android like this - My React Native code- const myModule = NativeModules.MyProcessor; myModule.proces

Indoor floor maps in react native

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

React-Native — How to select a start and end date using react-native-calendars (WIX)?

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

React Native App crashes when trying to debug remotely and does not work again unless re-installed

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

Why image has padding in React Native on Android?

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

Expo file system Firebase Storage can't retrieve file (403 error)

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

React "useRef": no access to method in .current

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()

Lottie Splash screen and 'AppDelegate.m' error

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

React Native / Expo : Fetch throws “Network request failed”

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

React-native White square when keyboard dismiss

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

React Native - how to set fixed width to individual characters (number, letter, etc)

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

React Native Reanimated 2 Entering Animations doesn't work

I'm trying to use https://docs.swmansion.com/react-native-reanimated/docs/api/LayoutAnimations/entryAnimations From the documentation it seems pretty simple but