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

How can We Integrate K net Payment in react-native?

Hello I am working on react native project. Here in this project how should we integrate K-net Payment Integration. Any SDK's is possible for this please let me give the guidance.
Lavaraju
  • 2,614
  • 7
  • 29
  • 49
1
vote
0 answers

What is the right way to import custom react native module on Xcode?

I'm building a custom RN module for iOS and Android. Following some others modules, I notice that the dependencies it's never imported to the module itself, but always imported in the main app. For example for iOS: react-native-admob has Google…
Pablo
  • 1,953
  • 4
  • 28
  • 57
1
vote
2 answers

React Native app crashing on start after system iOS update

I ran into this issue a while ago: I install my app in my iPhone both in debug and release and it works well. However after some time (days, weeks) it starts crashing for no apparent reason on start, right after the splash screen shows up. I suspect…
josemigallas
  • 3,761
  • 1
  • 29
  • 68
1
vote
0 answers

How to fix "Multiple methods named 'reload' found with mismatched result, parameter type or attributes..."

enter image description hereI'm compiling a react-native project. I'm facing a error of "Multiple methods named 'reload' found with mismatched result, parameter type or attributes...". - (void)selectDevMenuItemWithKey:(NSString *)key…
Joseph.R
  • 11
  • 3
1
vote
0 answers

How to import native ios module to the react native project

I need to import MiSnapSDK module written in objective C to the react-native project. I have just a folder with source files - code, storyboard, frameworks, images and etc. Likely i need to create xcode project before i can link it to the main ios…
1
vote
0 answers

How to Reorder Items in Flatlist/SectionList

I have few questions: In React Native 1) Do we have default reordering of items in Flatlist/SectionList, like we have for UITableview in iOS "moveRowAt sourceIndexPath:" method. 2) If No is the answer for the above question, could you please…
1
vote
1 answer

How to run some code when the react-native-ios app is closed MANUALLY by the user?

I want to run some code and then send a notification accordingly, after the user closes my ios app manually ... how can I do that in react-native? Any help is very much appreciated.
Hend El-Sahli
  • 6,268
  • 2
  • 25
  • 42
1
vote
0 answers

React-native-maps not showing google maps stylization on iOS

I implemented react-native-maps on a react project but seems that on iOS emulator it does not show google maps but the iOS default map even though I have a google maps API. I styled the map with a JSON file provided by google:…
Bre
  • 79
  • 2
  • 7
1
vote
0 answers

Scope for youtube indefinitely load with react-native-google-signin

I trying to use signin google in my react-native app, i use the lib react-native-google-signin. It's work properly with default scope (profile, email, etc...) but when i attempte to use scope : 'https://www.googleapis.com/auth/youtube.readonly' for…
1
vote
2 answers

How to make manual linking of PushNotificationIOS if there is no Libraries folder in Xcode project?

How to make manual linking of PushNotificationIOS if there is no Libraries folder in Xcode project? Where should I put in this case? Here is the structure of my project, I don't have Libraries folder there. I'm following this guide for manual…
1
vote
2 answers

How to provide directory path to .obj & .mtl file in React Native?

I am using react-viro to include AR support in my application. Viro integration is perfect, I am able to see text in AR mode. But when I try to include any 3D Object using Viro3DObject, I get an error saying "The module could not be found from…
1
vote
0 answers

Getting error in Appium "iproxy exited with code '208'" and app not getting launched on iOS mobile

On Mac machine using IOS real device 12.2 version the native app gets installed but does not launch and I could see error in Appium logs. Appium Version:1.10.0 Xcode version: 10.2 IOS version 12.2 I am currently creating basic framework for mobile…
1
vote
1 answer

Header back button disappears on stand alone build

When I build a stand alone android app the header left back button disappears, yet it's there if you click on it. It has no issue on the emulator. What could cause this? I'm not sure when it started because I was relying on the emulator, but I do…
STIKO
  • 1,995
  • 1
  • 10
  • 9
1
vote
0 answers

How to clean Detox CLI logs?

I would like to remove all the clutter from test logs. My cli becomes full of UI elements descriptions while testing in IOS, I haven't tried it in Android yet. It's very annoying to scroll back to the top to find an useful error message after a test…
1
vote
1 answer

How to Load CSV file in React Native

I want to download one CSV file in my React Native Project. I have put CSV file in assets folder in React Native Project, I'm using RNFS for fetching the same. But when I console log RNFS.MainBundlePath it returns undefined value. Below is my Code…
Amit Shetye
  • 133
  • 1
  • 11
1 2 3
99
100