Questions tagged [react-native-ios]

React-native-ios: refers everything related to react-native ios development. Component, Styling, Routing and Native API access in react-native ios.

React-native is a library that enables iOS device applications to be written in rather than . When necessary you can fall back to .

3161 questions
1
vote
1 answer

Can't display downloaded image from RNFS.DocumentDirectoryPath

I've successfully saved the image from url with the response {"jobId" : 1, "statucCode" : 200, "byteWritten" : 127744 } but I can't display the image. downloadFile(){ var RNFS = require('react-native-fs'); const uri =…
Li Xing
  • 111
  • 3
  • 12
1
vote
3 answers

React Native Geolocation is not working properly on IOS

I'm using Geolocation in React-Native to receive my current location to load object around me. Below is my code. getCurrentPosition() { console.log("checkLocation", "getCurrentPosition1"); navigator.geolocation.getCurrentPosition( …
ToraCode
  • 421
  • 8
  • 19
1
vote
1 answer

Can't get phone number to autofill on iOS

The component has a textContentType field which allows you to autofill certain fields, i.e. name, email, phone, etc. I can't seem to get it to autofill the phone number, am I missing anything?
lifwanian
  • 644
  • 1
  • 7
  • 19
1
vote
0 answers

How can i upload GIF images on IOS from camera roll?

I have issue with getting gif-image on IOS by picking gif from camera-roll. As result I get only thumbnail. I try to use react-native-fs and method copyAssetsFileIOS: handleSelect = (item) => () => { const filePath =…
1
vote
0 answers

UI not responding when using google draggable marker in google map

In my react-native iOS app UI not responding when i drag the marker in map(Google map),in android its working perfectly.Did someone have the same issue?Please help me.Thanks in advance.
bablu s nair
  • 49
  • 1
  • 5
1
vote
1 answer

How do I get React-Native working on my Mac?

I am unable to get the default "awesomeproject" react-native app working on my new Mac/IOS simulator. I have installed all the prerequisites on my new mac as listed here: https://facebook.github.io/react-native/docs/getting-started.html. After…
mike hennessy
  • 1,359
  • 1
  • 16
  • 35
1
vote
2 answers

React Native Search filter not working properly

I am trying to implement react native search filter. I have my data array on the parent screen and I applied the search filter on the parent file and passed the filtered data array as props to the child screen. But no filter is happening. I am…
Wahidul Alam
  • 1,216
  • 4
  • 26
  • 56
1
vote
3 answers

I am trying to store current date and time in asyncstorage, but the return value I get is a promise and I can't see the values

I tried passing the values as Json (key-pair values) but I don't get to to see the values in response.
Abhirup Mukherjee
  • 499
  • 1
  • 8
  • 21
1
vote
0 answers

I can run the IOS emulator but project is not present

Unfortunately, I've deleted my react native project with Xcode may it be the .xcworkspace file or .xcodeproj. file So in order to get my project back with .xcodeproj, I had to rename my project eject and update react native. Having said that I am…
Camille Basbous
  • 299
  • 5
  • 11
  • 34
1
vote
1 answer

Need to inject data to webview's session storage before it starts loading

Problem Defination: I need to inject the authorization header to session storage of WebView, so that the server authenticates the user and redirects to the dashboard. If there is any delay in injection the WebView loads and redirects user to…
1
vote
0 answers

How to google authenticate with fire-base in react-native project?

I am using Social Auth! plugin to sign in with google using firebase and I have followed all the steps according to the document. my code is : import { GoogleSignin } from 'react-native-google-signin'; import firebase from…
1
vote
2 answers

Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65 - react native

I have a RN project, it runs fine in android but it is giving problems in iOS. I've used react-native-firebase in it. Is it the issue generated by firebase? What didn’t work: -Used legacy setting in Xcode that didn’t solve the issue. -ran the…
beck
  • 2,967
  • 3
  • 16
  • 27
1
vote
0 answers

exception '-[nsnull absolutestring] was thrown while invoking getinitialurl on target linkingmanager

Full error thrown: [fatal][tid:com.facebook.react.linkingmanagerqueue] exception '-[nsnull absolutestring]: unrecognized selector sent to instance 0x10d8b5ea8' was thrown while invoking getinitialurl on target linkingmanager with params ( 626,…
1
vote
1 answer

onChangeText is not triggered during pasting value in TextInput

onChangeText is not triggered during pasting value in TextInput in IOS. How is possible to fix it? Here is my TextInput:
Lucky_girl
  • 4,543
  • 6
  • 42
  • 82
1
vote
1 answer

Getting error on iOS machine when running react native project through Xcode. Error code is -999

I just finished development on Windows machine for Android device in React Native and when tried to run same code on Mac with Xcode having bundle load issue with could not connect to development server error. I tried following solution but did not…
priti narang
  • 258
  • 4
  • 18
1 2 3
99
100