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

App is stuck on splash screen when opening it in Testflight

I am trying to run the app through(testflight). Upload went well but when I downloaded app on Testflight and opened it, it seems to be stuck on splash screen(waiting for more then an hour but no luck). App seems to work on expo.io when I published…
Nikasv
  • 1,317
  • 5
  • 17
  • 33
1
vote
1 answer

iOS navite framework views push won't work from react-native app

I cannot make a react-native app push new controllers from an iOS native framework. I'm trying to wrap it up into a react-native library, and I managed to make the base view be displayed, but when I interact with it, new screens won't be pushed. Is…
1
vote
0 answers

Unable to build react native ios applozic chat implementation

I have installed React native applozic chat plugin and followed all the procedure mention in installation and usage section, but still I am not able to build the iOS application. I am getting error like "include of non-modular header inside…
Anil Ravsaheb Ghodake
  • 1,587
  • 2
  • 27
  • 45
1
vote
0 answers

iOS native framework wrapped as native component into react native project won't perform segues

I have an iOS native framework written in swift, which eventually needs to be wrapped as a react native component for a client. I managed to show the base view and make interactions with the buttons work (toast messages and date pickers displayed in…
toni_piu
  • 135
  • 3
  • 11
1
vote
1 answer

How to notify user with audio, using react-native?

I am creating a react native app, which is mainly for drivers, it has this feature to notify the driver with voice commands while riding, as the driver is riding it will be difficult for him to read test notification. So am new to mobile app…
Basilin
  • 11
  • 2
1
vote
1 answer

React native Modal box content overflow

I am having the following modal box. Problem is whatever renderContent displays gets overflows visually outside the right boundary of modal box. How to fix it?
Saurabh Kumar
  • 16,353
  • 49
  • 133
  • 212
1
vote
0 answers

React Native Image upload not working with PHP Remote Server URL

I was able to upload the image using the react native code given below when I use the localhost url with my php application. However When I host the php application to the server, all the other API's are working from the react native application…
User 99x
  • 1,011
  • 1
  • 13
  • 39
1
vote
1 answer

How to prevent Mach-O Linker Error on iOS App?

I have downloaded an App that I need to work on from a colleague, but whenever I try to run it to test on Xcode, the build fails with 53 errors, all pertaining to the "Apple Mach-O Linker Error, X referenced from:" type. I'm completely new to iOS…
KuluGary
  • 141
  • 3
  • 14
1
vote
4 answers

react-native-vector-icons Font Awesome 5 Pro icons not working

I'm trying to use fontAwesome5Pro in react-native-vector-icons. Even the fontAwesome5 non-pro icons don't seem to be displaying. The older font awesome 4 icons display. I do have Pro version of fontawesome and I ran the command to automatically…
BeniaminoBaggins
  • 11,202
  • 41
  • 152
  • 287
1
vote
3 answers

How to break line of label on "react-native-picker-select"

I'm using react-native-picker-select from this repository: https://www.npmjs.com/package/react-native-picker-select. The labels I'm using are to big to fit the screen, so the text isn't completely displayed. I've tried some styling on the text but…
Picolo
  • 35
  • 1
  • 6
1
vote
1 answer

React Native shadow not displaying

I'm using shadows on a lot of my views and buttons and they work fine. But it isn't working on this autocomplete list element which is an absolutely positioned FlatList with a zIndex (I removed zIndex, and also removed position 'absolute' and the…
BeniaminoBaggins
  • 11,202
  • 41
  • 152
  • 287
1
vote
1 answer

bluetooth listener works in debug mode, doesn't work in release mode/IPA react native app

I have a bluetooth listener that works fine in debug mode of my iOS app. However, when I build the IPA for it. It no longer works. Here's the listener setupBluetooth() { console.log('the setup') this.aDeviceStatusChanged =…
VK1
  • 1,676
  • 4
  • 28
  • 51
1
vote
0 answers

How to make Swift delegation work in React Native iOS App

I am trying to make a custom keyboard to replace the native iOS keyboard in my React Native app. However, I am having trouble making the Swift delegation pattern work when I connect it to React Native. Does anyone know what I can do? I made a test…
Deanna
  • 26
  • 2
1
vote
1 answer

React Native: Design disturb after increasing Accessibility Larger Size

facing the issue for FontSize when the user increases accessibility size. wanted to prevent the setting "Accessibility" or "Display size". for that I have tried with if (Text.defaultProps == null) Text.defaultProps = {}; …
Yuyutsu
  • 2,509
  • 22
  • 38
1
vote
1 answer

how to send formBody parameters using rn-fetch-blob to fetch Data?

i want to make Post Request Using formBody parameters using rn-fetch-blob. please tell me how to do it?
Prajapati Jigar
  • 113
  • 2
  • 15