Category "react-native"

React Material UI Visual Editor

I'm starting an open source project, a visual editor for React Material UI. This is the link to the project. Users will be able to drag and drop material compon

React Native app not sending events to iOS 14.5 users

My react native app is not showing any events in the Facebook Event Manager from iOS 14.5 users. It works fine for Android and iOS 13 users. I have the same iss

Paste from clipboard not working with React Native on iOS simulator

As the title says, I'm working on an app that has an input text and when I tried pasting text I had on the clipboard, it wouldn't do anything, but it shows the

Nextjs: Cant render a component while using map over a array of objects. Objects are not valid as a React child

I dont know why when i want to render a component inside of a map function, basiclly i have a List component, and when i fetch data from an API with the email,

expo props from inner to outer function component

I am using expo 5.3.0 I have two function components component1 and component2. I am rendering one inside another like this <component2> <component

No feedback after pressing React native onPress

I have a button component with a simple onPress const Press = () => { return ( <Button onPress={() => { Alert.

React native html to pdf

I am using this code and it works fine in simulator as I am getting a location and can get pdf file from there async createPDF() { let options = { html

Firebase notifications on ios - React native

I'm trying to get push notifications running with React Native on iOS and Android. To do so I am using firebase, as that seemed to be very convenient. On Androi

Is there a way to lock react native push notifications on screen like receiving calls notifications?

I want push notifications to be locked on screen until a specific timeout

Unable to get firebase messaging token. [Error: [messaging/unknown]. Too many server requests.] - React Native IOS

Im implementing Firebase Cloud Messaging notification for my React Native app. For Android, the notification works great, however, for the ios, I faced an error

Axios API request from React Native frontend to local spring backend service not working

I develop a React Native mobile app and for the backend I want to use Java Spring. Now I have a standalone backend server running locally on port 8080 and my re

Pod install fails?

I am running pod install Installing DoubleConversion (1.1.6) [!] Error installing DoubleConversion [!] /usr/bin/git clone https://github.com/google/double-conv

React native: lock screenOrientation on IOS phone

I'm stumped on something you guys may have encountered as well. I've tried to find a way to handle this without any success. Every lead I found did not match my

React native keyboard covering input

I have pages with inputs aligned to the bottom of the page, when the keyboard pops up it covers the inputs. To solve this I am using, KeyboardAwareScrollView Ho

RecyclerListView Warning in React Native App

I'm getting this warning while I'm running my React Native App. Can anyone pls help me out? I couldn't find any issue in the code. But I'm still getting this wa

React Native Components Override styles "leaking"

I'm trying to build my own component library specific to my React Native app using the Atomic Design Methodology, so I have small components like Paragraph, Tit

How to implement an Equalizer in Track player?

I am developing a project in react-native for music player. In this project i have to implement equalizer ,can anyone suggest a library for this?

Warning: Failed prop type: Invalid prop `source` supplied to `Image`, expected one of type [string, number]

hello guys I face with that issue,could you help me! { "createdDate": "25 April 2022", "critique": "string", "description": null, "patient": { "name": "deneme",

React-Native: Error: Objects are not valid as a React child (found: object with keys {}). use an array instead

I'm creating an app with react-native and I wanted to create a scrollView with some divs inside and I used .map() to create them using the info from another fil

ui-kitten for react native web

I have successfully implement the react native web support in react native project. And i have install the @ui-kitten/ library. but when i run in the web it giv