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

ld: warning: directory not found for option '-F~/Documents/FacebookSDK' - react-native - ios

I have been trying to deal with a lot of problems since I upgraded the react-native version of my app. One of those was this that came out of nowhere! ld: warning: directory not found for option '-F~/Documents/FacebookSDK' Followed by these (which…
honor
  • 7,378
  • 10
  • 48
  • 76
1
vote
1 answer

Share video to Instagram on IOS with react-native-share

I'm using "rn-fetch-blob", "react-native-fs" and "react-native-share" to share video to instagram. Video is downloaded from server, stored in cache, then path provided to shareOptions. On Andrid works perfectly but on IOS post in Instagram have…
RandomCoder
  • 909
  • 1
  • 5
  • 5
1
vote
0 answers

react native AutoComplete dropdown in ios isn't scrollable

I want to use autoComplete input in react-native, the best option i found was react-native-autocomplete-input, my problem is that i can't scroll my drop down list in IOS but in android i can. I tried this solution and it's doesn't help :(…
Barak
  • 654
  • 13
  • 30
1
vote
0 answers

HOW to create circles joined with line,to show progress report in React native

I am working on a travel app where I have to show the travel plan with drop-down as shown in the image, I don't know how to create these circles joined with dotted line... If I expand a plan, the respective dotted line expands with it. How do I…
1
vote
1 answer

Renaming a React Native project

I have a working react native app (without expo), running and compiling in both Android and iOS devices. Now I'm trying to rename the app, but I'm having problems with that. Steps followed: I have deleted both ios and android directories. Changed…
Chux
  • 1,196
  • 1
  • 9
  • 24
1
vote
0 answers

react-native - [object] is not usable as a native method argument

I recently started to get this error for both iOS and Android. I don't know what is causing this problem. In all the other instances of this error, there is probably a NaN value or some other unexpected value but in my case, everything is a valid…
Varun Gupta
  • 2,870
  • 6
  • 33
  • 73
1
vote
2 answers

Edit underline color in react-native-material-dropdown on iOS without changing arrow and label color

I am using react-native-material-dropdown for a form where I also use RN TextInput so I want a consistent look between both. I want to have a black label header and a light grey underline For Android I use underlineColorAndroid={'transparent'} and…
Raphael Pinel
  • 2,352
  • 24
  • 26
1
vote
2 answers

Can't setup react native firebase?

I have a react native project and I want to use react native firebase, I just follow all the installation Docs to set up it in IOS, but in every time I build the project I got this error 'RNFirebaseUtil.h' file not found in this path…
1
vote
0 answers

What's the actual name of this lollipop like icon?

I'm creating a view which will allow selecting components on the screen similar to the selectable text in react native (ios). Can't find this lollipop like icon in react-native-vector-icons repo.
1
vote
1 answer

React navigation navigation.navigate doesn't go to next screen while using camera

I am using react-navigation 3.6.1 an react-native-camera 2.2.2. When I take a picture the button to go to the next screen takes doesn't do nothing at first press. Has to be pressed multiple times This is for react native 0.59.4 in ios development.…
1
vote
1 answer

TextInpout autocorrect show opposite in ios [react native]

It's happened only in ios, i attached imag and you can see the behavior (autoCorrect for ios) the TextInput style: textInput: { flex: 1, alignSelf: 'center', fontSize: 16, lineHeight: 24, writingDirection: 'rtl', top: 8, …
Idan
  • 3,604
  • 1
  • 28
  • 33
1
vote
0 answers

How to get onPress event of multiple touchable components that are placed inside the view of custom Marker or Callout?

I am trying to place 2 touchable components inside the custom view of a Marker and Callout. I am not able to get the onPress events of the 2 individual touchable components. I get the onPress of the marker and callout but I cannot get the onPress of…
1
vote
2 answers

Why does static images Stretches in React-Native Release Environment

I have created a React-native app. The static images are showing properly in Debug mode but in Release(after creating main.jsbundle and adding it into project) the images Stretches. I have gone through lots of suggestions on Github but could not…
Muhammad Nayab
  • 1,612
  • 14
  • 14
1
vote
1 answer

The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage

When I run the build for my iOS project it throws a logic error: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage. This is being thrown in the Yoga package that can be found here. I…
jmajcan
  • 77
  • 1
  • 1
  • 11
1
vote
1 answer

+[FIRAnalytics setAnalyticsCollectionEnabled:]: unrecognized selector sent to class

I'm working on React Native upgrade from RN0.59.10 to RN0.60.0 (Using Podfile) From my package manager, version 5.5.6 is installed "react-native-firebase": "^5.5.6", AND here's what in my Podfile pod 'RNFirebase', :path =>…
Tommy Leong
  • 2,509
  • 6
  • 30
  • 54