Category "react-native"

React native List footer component not showing (funtion component)

I trying to achieve infinite scrolling pagination in react native. I want to render the loading spinner at bottom of the Flat list component when loading. (Note

Expo Image Picker -- not returning image from Android Emulator in Android Studio

I am running the Pixel 5 API 30 avd in Android Studio with react native client coding. I am using the expo image picker to pick the image and return to the appl

Pause Recording on RN camera / React native

I'am working ona React native project which has a video recording option.My requirement is that it should have a button to pause the recording. I'm able to reco

Access context outside render tree

I have an app in React Native that uses many context. I want to access one of them within a non rendering function e.g. : const DataContext = React.createContex

Typescript/yarn workspaces - Referenced project may not disable emit

I'm trying to setup a monorepo project using typescript and yarn workspaces. The project's structure looks like this: /example /packages /lib1 Example is an

How to get index of row in ant design table?

I want to show index of rows in ant design table. eg: 1 to 10 for 10 rows data i got. const columns = [{ title: 'ID', dataIndex: 'id', key: 'id',

screenOptions:{{tabBarHideonKeyboard: true}} not Working

When I am using custom tab bar through tabBar function tabBarHideOnKeyboard does not work but without tabBar function it works fine, any ideas on how I can make

Store redux data that can be accessible with swift and java

I want to rewrite my React Native application with Java for Android and Swift for iOS. The thing is, I don't want to lose application data so that the user has

How to connect to simple tcp socket in React

I am new to React and can't seem to find any example regarding how to create a simple TCP connection to receive data from the other server (NOT via websocket).

Get path of a PHAsset coming from CameraRoll iOS with react native

I'm building a video app uploader using react-native. I encounter a problem with file management from cameraroll. I have video inside my camera roll that i want

react-native run-ios failing with error: The Legacy Build System will be removed in a future release. You can configure the selected build system

react-native run-ios keeps failing with below error,any help will be greatly appreciated react-native run-ios --scheme "xUI" --udid 37C090D5-6637-4C94-9B54-C44

What is wrong with my reselect function ? I dont get an output

I want to use reselect. I want to get my shopping cart by the ids. reselect.ts import { createSelector } from "reselect"; import { RootState } from "../store";

React-native-reanimated not working in web

Currently i`m copied example from this post https://github.com/software-mansion/react-native-reanimated/issues/537 When trying in web Reanimated not working and

How to handle large image in modal (react native android)

I have a modal that a link is passed to for image pinch zoom and it works perfectly on iOS, but apparently android has a limitation with the fresco plugin. I ge

Huge size difference between app bundles build by pure react native & expo bare workflow

I have build two app bundles for same application by pure react native (version 0.66) and expo bare workflow (expo eject, expo version: 42.0.1, react-native ver

React Native run-windows error microsoft.ui.xaml.winmd not found

midlrt : error MIDL1001: [msg]cannot open input file [context]Error opening or processing WinMD d:\Desktop\projects\plenusbusiness\windows\packages\microsoft.ui

pod install error - "Unable to find a specification for `React-RCTActionSheet` depended upon by `RNReanimated`"

I am building this app for Android and Apple TV .The app is working in android but in IOS it gives this strange error. sanjaydas@Sanjays-Mac-mini ios % arch -x8

Image upload in react native Multipart form parse error

I am using react-native-image-crop-picker lib to pick images after that I want to upload that image to server.Api working is validated in postman See screenshot

React Navigation for React Native not navigating - anything missing?

This is my first try on using react navigation, and I did not get it to work out of the first time. I have create another screen called 'First', and declared it

Amplify EAS Metro config migration blockList

When migrating to EAS, I was reading the Migration Docs and saw that EAS builds are requiring the entire defaultConfig from expo/metro-config. I was having a to