Category "react-native"

React native ios - error when running pod install (installing Flipper-Glog)

When I try to run pod install, an error is generated at when program reaches Installing Flipper-Glog (0.3.6)below is the error message in its entirety: Installi

React native ios - error when running pod install (installing Flipper-Glog)

When I try to run pod install, an error is generated at when program reaches Installing Flipper-Glog (0.3.6)below is the error message in its entirety: Installi

Expo React Native - Android Keyboard closes immediately when tapping on input

The Android keyboard "crashes" (or destroys itself when tapping on every input field) Video of this bug: https://i.gyazo.com/83f7eb2ce8541e2c8af749c719fd7fde.mp

jest-haste-map: Haste module naming collision (AWS, RN)

I have a React-native project with AWS Amplify. In the root directory, there is an amplify folder. Inside this amplify folder, there is a backend folder, an

jest-haste-map: Haste module naming collision (AWS, RN)

I have a React-native project with AWS Amplify. In the root directory, there is an amplify folder. Inside this amplify folder, there is a backend folder, an

Is there any method in react native to generate android and ios folders again?

I messed up in my react-native android and ios folder while doing some changes in internal files, now project is not starting with lots of errors which is from

LD Player adb port number?

I am a React Native developer. I used to run my app on Nox. adb connect localhost:62001 react-native run-android --deviceId localhost:62001 Now, I want to run

How can i assign token in async storage to headers in app.js after login. in react-native

I am getting access token after login and I want to assign that token to authorization in headers in my App.js I am using async storage to store the access toke

Pass Data to Service in Axios

I want to set _boundry in my header. First, I dispatch the form data: //component.js const form = new FormData(); form.append('email', '[email protected]')

Html table not show proper in react native

I am using react-native-render-html and @native-html/table-plugin for html tables data but table not show properly and fit in the given width size.

Html table not show proper in react native

I am using react-native-render-html and @native-html/table-plugin for html tables data but table not show properly and fit in the given width size.

React Native Picker Change Overlay Color And Prevent Text Cut

currently i'm using https://github.com/react-native-picker/picker library But i got some problem, my placeholder text is cutted and i want to change the overlay

How to specify/upgrade hermes-engine version?

TLDR After upgrading my ReactNative application to version 0.64.2, app crash on launch. I'm aware that I need to upgrade/specify hermes-engine to 0.7.2. Questio

Unable to download image to local directory from url in expo react native

I am unable to download image in expo application(React Native for Android) after building my app file, but I am able to download image while debugging the appl

How to ressolve TypeError: Network Request Failed for react project running at android device

While running my react native app on android device using expo the api response are not coming which is done using fetch and POST method and getting this error:

Firebase error: No firebase app default has been created

I am making a food delivery app using react-native and redux. I want to fetch the data from the firebase store and for that, I have written a function in the ac

Realm DB React native Schema - type must be of type 'string', got (undefined) Error

This is my Schema for a Message history i'm getting from the API export default class MessageSchema { static schema = { name: 'MessagesHistory', prim

The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first react native

I know this was asked before, but none of the solutions seem to help. I'm using first time Facebook SDK in my application. MainActivity.java: package com.spade;

Sanity documents not showing

Whenever i create a new document in sanity using 'createOrReplace'. It successfully creates the document, but however it doesn't show the newly created document

Moved from React Native Stylesheet to Styled components. How to add elevation when styled components do not recognize elevation as a property?

I have the following simple component that used React Native Stylesheet up until now, but right now I'm trying to move onto Styled components. I'm just a bit co