I use FlatList with large number of items. I get following alert from Expo XDE. VirtualizedList: You have a large list that is slow to update - make sure
I'm trying to integrate clevertap with native react and when I include "use_frameworks!" in cocoa pods to be able to use #import <CleverTapReact / CleverTa
SCREEN SHOT Help Please yarn add @types/react --save-dev yarn add @types/react-native --save-dev I am getting multiple Imports and not getting all Components
How can I disable showing notifications in my Expo app when the user is in a specific screen? I am currently designing a chat screen, and I want to disable push
Hi everyone I'm using react-native firebase to send notification to users. Also using the Agora for online call.Both works fine. I want to make a sticky notifi
I have a query regarding tag. I want an image to take entire width of parent which I do using alignSelf:stretch, but I also want the height to be according to
Would (really) appreciate help on this one. I have a realm listView which navigates away to a detailed view. The detailed view is deleting the entry from the or
I am developing a react native app. I want to share the selected images which I fetch from firebase storage and listed in the app to social media like WhatsApp.
I'm using NavigatorIOS on my react native app. I want to pass some properties when navigating back to previous route. An example case: I'm in a form page. Aft
In my React Native app, I am pulling in JSON data that has raw HTML elements like this: <p>This is some text. Let’s figure out...</p> I'v
I'm trying to display an Alert message when the video is done loading, but this event doesn't seem to be firing; I've seen that other people have had similar is
I am trying to use SVG in my react native project. This is the code for my component: <Svg xmlns="http://www.w3.org/2000/svg" width="100%" height="507" view
I wanna replicate the following layout, where there are 2 views (one with white background and the other one with a blue background). The issue is, I can't rep
I would like to add a search bar to my maps screen and then use google to find the location associated with the input text and move the map there. This is what
I want to add a component from Android to React Native. But it does not render and does not have dimensions. How can I fix this and display the component? Code
I am writing an axios get call useEffect that is called whenever a user selects an option from a dropdown menu. It works on getting info on the first time I sel
All requests seem to work when using react native debugger but when attempting to use chrome debugger at http://localhost:8081/debugger-ui/ I get: Access to XML
I will build an app that will have 2 Features Store a unique secret that will never leave the Device Store a secret that has to be backed up For the first Featu
I build my react native app in this way : 1.npm install expo-cli --global. 2.expo init my-new-project. 3.cd my-new-project and expo start --lan. 4. install
Is there a way to disable one ScrollView in react native (iOS)? I mean i need only to pull down to refresh but, I can also pull up. I want to disable the pull