react-native Questions

6

Nothing in the docs about this. I want to disable the small popup below when clicking on a TextInput in React Native. Any ideas ?
Deadlight asked 17/10, 2017 at 12:22

4

Solved

I tried everything and I am running out of ideas to have an Android simulator working on my mac. I downloaded —again— Android studio from the official website https://developer.android.com/studio...
Smith asked 2/5, 2022 at 13:27

2

"scripts": { "test": "echo \"Error: no test specified\" && exit 1", "server": "nodemon backend/server.js", "client":...
Crackling asked 29/1, 2021 at 18:28

3

I was trying to use Stream api with fetch in react-native app, I implemented with the help of a great example mentioned at jeakearchibald.com . code is something similar to :- fetch('https://html....
Gilford asked 19/5, 2019 at 12:47

4

RN version: 0.50 Testing on Android, haven't tested on iOS I am trying to use ErrorUtils.setGlobalHandler as described in this github issue: https://github.com/facebook/react-native/issues/1194 ...
Semirigid asked 26/10, 2018 at 20:8

4

Solved

I am having a very peculiar issue with React Native Elements Text Input along with using touchable opacity. import React, { useState } from 'react'; import { TouchableOpacity, View, Dimensions } fr...
Klapp asked 18/1, 2021 at 14:1

1

In web I usually use PerfectPixel chrome extension. It allows just cover page with uploaded design, inverse colors, etc. Any possible ways to test design in React Native?
Handwork asked 16/11, 2016 at 19:48

8

Solved

I am struggling to get my GIFs to animate on the Android version of my RN application. The iOS version is animating the looping GIFs as expected but I only see a stuck "single frame" imag...
Elvia asked 22/8, 2021 at 16:20

3

Solved

I'm trying to get React Native Expo running with Pnpm, but getting this issue With Npm or Yarn no issues.
Crocoite asked 8/5, 2023 at 11:47

2

Solved

I've followed the upgrade helper to a tee. Then I upgrade other dependencies to the latest versions. Next running pod install, that had a few glitches that I fix by removing Pods folder and the loc...
Importunity asked 7/5, 2024 at 11:28

6

I am looking to solve a recent problem of mine in a React Native TypeScript application, ran with Expo compiler. Here is my full stack trace: non-std C++ exception ABI48_0_0RCTFatal ABI48_0_0RCTCo...
Livestock asked 31/5, 2023 at 16:10

4

I want to use Chat GPT Turbo api directly in react native (expo) with word by word stream here is working example without stream fetch(`https://api.openai.com/v1/chat/completions`, { body: JSON.s...
Sherrer asked 23/3, 2023 at 17:37

4

I am working on a react native chat app, and I would like to use openai api to implement auto replying. There is stream available from openai's api, but it uses SSE, which seems not working well in...
Sunbow asked 28/12, 2023 at 8:9

5

Solved

running on my device used to work fine. However, suddenly, when I run react-native run-ios --device, I get to the ending like [[ true != true ]] ** BUILD SUCCEEDED ** installing and launching ...
Wherewith asked 16/1, 2019 at 6:28

2

I'm developing a mobile app for my final year project in university using React Native and Expo. I was able to generate a .apk file using expo build:android and then selecting the 'apk' option. I c...
Amphibolous asked 3/4, 2021 at 14:54

3

I used @react-native-community/slider for my app, but I'm facing a problem that it's height is not changing, it's width is changing but not height, anyone know why? and also I want to render value ...
Overplay asked 23/11, 2020 at 12:16

4

I am continuously running into this error while trying to learn react native. The app will run fine and then I make some additions and it breaks and shows this error: The code that is producing it...
Screwy asked 19/10, 2020 at 9:23

9

Solved

I have an API class that I am trying to use in a React app. // API file class API { ... } export default API; // Other file import API from "utils/API"; const api = new API(); And I ...
Excommunicative asked 15/4, 2022 at 22:53

6

I tried to run the project in the emulator, I encountered some problems and solved it, I finally got the following error, I tried many ways, but I can't solve it. How can I fix this, please give me...
Eamon asked 23/5, 2022 at 6:36

3

I have a resuable component, called DatePicker like this export interface IPDatePicker extends IProps { control: any label: string placeholder: string value?: string errorText?: string isRequ...
Wattage asked 6/4, 2022 at 4:51

3

I'm following this tutorial: https://docs.realm.io/sync/getting-started-1/react-native-quick-start/step-1-query-based-sync#step-4-create-a-constants-file-and-set-the-realm-instance-address Many do...
Covalence asked 22/12, 2018 at 16:21

4

Solved

Trying to integrate one signal in my react native app. I followed all the instructions mentioned in the docs https://documentation.onesignal.com/docs/react-native-sdk-setup. The build for the app g...

4

Solved

Please note I have read the documentation and I'm referencing the point where the error happens as well as the steps I have taken. Please don't advice me to follow the instructions that I have alre...
Incogitant asked 5/7, 2018 at 17:14

2

Solved

I'm trying to compare two dates in UTC format with date-fns, but I'm not getting it. The two values ​​look the same, but the isEquals() function returns false for comparison. The purpose of the co...
Gangboard asked 10/6, 2020 at 19:39

2

I tried to create restart with react-native-restart, but I get an error when calling RNRestart.Restart(): [Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNativeRe...
Lifeboat asked 25/5, 2022 at 16:50

© 2022 - 2025 — McMap. All rights reserved.