Category "react-native"

How to apply HTML Table in React Native?

What I want is setting all the cells width in a column as widest cell in the column. For example I have a column and there are cells in that column. Cells have

React Native Flipper Debugging Issue : "NO APPLICATION SELECTED"

I have managed to connect a device ( I see logs and see the tree of React Native elements), but now I have an issue with connecting the app - "NO APPLICATION S

react-player: Is there a way to change video resolution with custom controls?

I am working on a custom video player that streams videos from different sources (YouTube, Vimeo, etc.) using react-player, and it already has functioning contr

How to use Payhere authorization flow in @payhere/payhere-mobilesdk-reactnative

@payhere/payhere-mobilesdk-reactnative package only contain these payment methods only. One-time Payment Request Recurring Payment Request Preapproval Request B

React-Native Warning: Overwriting font Family style attribute preprocessor

I'm getting the following warning: "Overwriting font Family style attribute preprocessor" coming out from StyleSheet.js when running the app on iOS simulator. I

react-native-webview Typescript error: 'WebView' cannot be used as a JSX component

I am trying to set up a simple React Native app using Expo with TypeScript that shows a WebView. My App.tsx file contains the following: import Constants from '

@react-native-firebase_app' could not be found in project ':react-native-appgain-sdk-library

Where: Build file '/node_modules/react-native-appgain-sdk-library/android/build.gradle' line: 80 What went wrong: A problem occurred evaluating project ':react-

react native render error (view config getter callback for component 'div'?

I have a problem with react-native. I'm trying exercise to do todo app from how I watch on youtube lessons. Can't understand where is my fault? Youtuber instruc

How to handle versioning with fastlane for iOS/android

digging into fastlane for the first time on a react native project, and in the process of getting a demo version up for internal testing on both the google play

How to change state of child component in react native?

I have a parent component like this: class Parent extends Component { onChangeState=()=>{ //I want to change it here }

cursor moves one space to the left redux form react native

So I am having a problem with redux form and the cursor moving one position to the left when typing from the middle of the word. What can I do to resolve this i

How to find the degree of rotation for marker on map while using react-native-maps with google maps api?

I am trying to make an uber like app using react-native. I am using react-native-maps. I have successfully mapped the directions using directions api of google

React Native build failed - (in target 'RCT-Folly' from project 'Pods')

I am using Mac M1, trying to run React Native on IOS Simulator and I got this error: CompileC /Users/jack/Library/Developer/Xcode/DerivedData/sample-gnrhtdrpdsu

Unable to "npm install @tensorflow/tfjs-react-native" either expo cli or react-native cli

Im trying to install tensorflow for react native but when when i try to install it throw all these errors in the picture link attached below. Does anyone know w

How to create text border radius without wrap view in React Native?

In React-Native, how do I set borderRadius to Text-components? I've tried using borderRadius in text stylesheet but it not work: import { formatPhone, mapNameWi

Keyboard being dismissed immediately after pressing TextInput

I created simple component for textinput that looks like that (without styles) import { FC } from "react" import { TextInput, TextInputProps, View } from "react

Is there a way for Expo applications with the managed workflow to be distributed to testers with an invite link?

It should be as simple as possible for the testers. Best case would be a link that they can click on that directly installs the app on iOS and Android devices (

i have problem with {useDrawerProgress} Hook in react drawer navigator it is not working?

I am trying to make Drawer menu screen transitions but the animation don,t work and I think the problem is {useDrawerProgress} Hook but am not sure, This is m

Trying to retrive JSON Array through fetch in react native but JSON parse error:Unreconised token "<"

In the code,i am fetching the token from expo-secure-store,later fetching the API data from fetchdata function.But unfortunately error "unrecognized token" is

what is the type of i18next " t " variable (TYPESCRIPT)

I use i18next and I want to pass the t function prop to my interface. exp: const { t } = useTranslation(); export interface ITranslate { translate: ... type