Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
17 views

Getting unnecessary log while adding NotificationService Extension in IOS

I am using react native for an app.Just added NotificationService Extension for rich notifications and trying building my project Getting these unnecessary log in console when hit to run on simulator. ...
Manish Kumar's user avatar
0 votes
0 answers
26 views

sharing pdf to my ios react native app from gallery/files issue

Recently I implemented ShareExtension in my ios app built using react-native. coming straight to the point. added below code to info.plist of ShareExtension app to support sharing of any kind of file/...
Office Space's user avatar
0 votes
0 answers
31 views

Use of Insecure iOS Coding Functions - React Native, MobSF

We created an iOS .ipa file to upload it on MobSF's Static Analysis to analyze the security of the app. However, we found that there are 2 High Severity issues. Here is the report that is generated by ...
Darshan Rumalwala's user avatar
0 votes
0 answers
69 views

Cannot discover a Tuya powered bluetooth device using Tuya Smart Life app SDK in a React Native environment

I am having some trouble using Tuya Smart Life app SDK in my React Native application. I am using this library to bridge between Tuya's native SDK and React Native. Using the SDK I successfully ...
Nevo's user avatar
  • 13
3 votes
1 answer
77 views

Module 'SquareReaderSDK' not found in IOS (React Native)

I'm encountering an issue with integrating the SquareReaderSDK into my iOS project. Despite following the documentation and ensuring that I've properly added the SDK to my project, Xcode still reports ...
Muneeb Qureshi's user avatar
0 votes
0 answers
48 views

How to prevent the virtual keyboard from hiding when a physical bluetooth keyboard is connected? (iOS)

When a bluetooth keyboard is linked to an iPhone and being used, the virtual keyboard is hidden. How can I disable this behaviour? My app is built using React Native Expo and requires access to the ...
Chadders's user avatar
0 votes
1 answer
83 views

Why does Swift FileManager.default.urls(...) return a different result than ObjC implementation (iOS simulator)?

React Native Async Storage calls the following method to find an appropriate directory in the Simulator's file system: NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, ...
Brandon Pelton-Cox's user avatar
1 vote
0 answers
41 views

how to compile ios app using react native >= 0.73.5 , bugsnagreactnative >= 0.72.3?

I get this error "this file must be compiled as obj-C++. If I downgrade to react-native 0.73.4, seems to work. I'm using the new React Native Architecture. How do make latest versions of react ...
johnrubythecat's user avatar
0 votes
1 answer
377 views

SSL certificate pinning in iOS app using objective C for React Native Project

I want to embed clients SSL certificate for iOS app using objective C for my React native project. I have tried lots of solutions but not getting any luck with it. So we have clients SSL certificate (....
Pranjali Wagh's user avatar
0 votes
0 answers
94 views

How to client SSL certificate for iOS app for React native project?

I have clients cloudflare SSL certificate(.pem). I want to embed this SSL certificate for my react native project for iOS so that we can access our API's. I am new to this I have tried so many ways ...
Speedy's user avatar
  • 13
0 votes
1 answer
676 views

React-Native app size is too large in both ios and android (android bundleRelease size is 283.3MB)

I have a react-native app that I build a week ago, when I checked the app size in android it was initialiy 17MB, and that i supposed is okay, but now when i check my apk size its 638MB and the bundle ...
Haris Ahmad's user avatar
0 votes
1 answer
47 views

NSInvalidArgumentException: expected Dictionary but actual _SwiftDeferredNSDictionary

I'm working on a ReactNative application with native dependencies. Particularly I'm trying to link iOS xcframework of a proprietary library. I can build an application and init SDK but in a couple of ...
Lampapos's user avatar
  • 1,071
0 votes
0 answers
43 views

Zoom meeting ios SDK is not working while bridging from react native

In obj C, I have added a UIViewcontroller from which zoom sdk will be intiated in viewDidLoad method as below, // ZoomViewController.m @implementation ZoomViewController - (void)viewDidLoad { [super ...
Nazik's user avatar
  • 8,434
0 votes
0 answers
43 views

How to import Swift code into Objective-C code, when createing React Native Fabric Native Component?

I try to create Fabric Native Component following The Guide from text The Fabric Native Component is working like charm! But, I want to write code with Swift and call it in existing Objective-C files. ...
plibr's user avatar
  • 35
0 votes
0 answers
101 views

getting function imported correctly in android but in ios gettting import value is null in react native module

While building this react-native module, i'm getting the function imported correctly in android and i'm able to get the result correctly but in ios when i log the default import i get null. App.tsx (...
Aman's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
48