Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

I am updating an old project. I have installed new react-native and new modules. However, I am getting an issue with react-native-sound: [runtime not ready]: TypeError: _$$_REQUIRE(_dependencyMap[14],...
kojow7's user avatar
  • 11.6k
0 votes
1 answer
164 views

I'm working on a react native module for a few days now and planned on making full use of the pure c++ native modules (https://reactnative.dev/docs/the-new-architecture/pure-cxx-modules). I have the ...
Darksorrow's user avatar
1 vote
0 answers
359 views

I have a considerably large and complex app built in react native and Expo, I have attempted to implement widgets for both ios and android, developing on a mac and I've ran into some issues with ...
M41b1 Donald's user avatar
0 votes
1 answer
67 views

I have a problem of accessing NativeModules.OverlayModule using react-native. In App.tsx it shows data, in LeftSidebar.tsx it is empty. I use LeftSidebar as overlay on top of other apps. here is the ...
Lex's user avatar
  • 179
2 votes
2 answers
405 views

I have a Kotlin-based native Android chat app that I want to integrate into my React Native project as an android library. The React Native app has a bottom tab bar with four tabs, one for accessing ...
Maksudur Rahman's user avatar
0 votes
1 answer
146 views

I just new learner in AWS and I need the React Native to work on together to upload the image in react native interface and compare it but I did not have any experience with React Native. When I move ...
I Can Done's user avatar
1 vote
0 answers
314 views

i have CameraModule.kt which is android native module and CameraHomeFragment in a react-native app. And i need to send some data from the fragment to react-native CameraModule.kt : class CameraModule(...
chayan das's user avatar
1 vote
1 answer
610 views

I am new to React Native and working on an application which stores local data using Android SharedPreferences. I currently have SharedPreferences setup as ReactContextBaseJavaModule and am able to ...
Maitrey C's user avatar
  • 148
1 vote
0 answers
113 views

I want to set the url variable that Published in Swift Error: 2022-12-15 21:55:27.837982+0100 WebviewIosExample[23481:8227336] [native] Error setting property 'url' of WebView with tag #7: Exception ...
Amir's user avatar
  • 479
0 votes
0 answers
780 views

I'm trying to implement a Visa SDK through React Native's Native Modules. I'm currently using Expo 46. So far, the application is registered correctly, and I can view the 3 methods that are exposed ...
Jose A's user avatar
  • 11.4k
1 vote
0 answers
1k views

I used create-react-library to create a library that contains both native Android and iOS code. This library is not published and I want to use it in another react native project. So I copied the ...
Wei Wen's user avatar
  • 443
0 votes
2 answers
4k views

I am creating a React Native module as a wrapper for existing Android and iOS libraries. The Android library is a jar file and the iOS library is xcframework file. I put the xcframework file inside ...
Wei Wen's user avatar
  • 443
0 votes
1 answer
802 views

I'm working on a react native library including auth processes, So I chose ASWebAuthenticationSession to do it. My first step for this RN library was to develop natively first(in Swift). And when I ...
Thibaud Renaux's user avatar
2 votes
0 answers
1k views

I am attempted to create a React-native 'Native Module' (BankedSdk) in a project developed on an M1 Macbook. - However any attempt to initialise the module returns an empty object. This is the example ...
David Pears's user avatar
4 votes
1 answer
4k views

I've been having this problem for a really long time now. I'm really hoping someone has overcome this issue. We already have an app that is being developed, but we have decided to build micro-...
Jarrod Moura's user avatar
3 votes
1 answer
2k views

I am trying to do some picture in picture mode using react-native. I wrote a react module I need to generate something similar to this but inside the react native module public class MainActivity ...
Jonathan Machado's user avatar
2 votes
0 answers
352 views

I have created a new native module in my React Native application (It's called RCTAVAudioSessionModule). When looking in the AppDelegate I found this code snippet: - (NSArray<id<RCTBridgeModule&...
Keselme's user avatar
  • 4,329
2 votes
1 answer
3k views

I am implementing my own module and I have a problem with passing params into function in swift. That function should return Promise. And it always crashes with this error Exception 'getPassesOf: is ...
Lukáš Šálek's user avatar
0 votes
1 answer
1k views

So I'am trying to implement the Garmin iOS SDK in a native module to connect a Garmin watch to my react native app. I have done all what the docs say for creating a native module and I'am able to ...
Francisco Giancarelli's user avatar
4 votes
0 answers
235 views

I am working on an existing native app where three different partner companies are working so three different react-native modules. Here the problem is when they are creating a javascript bundle, it ...
N Sharma's user avatar
  • 34.6k
1 vote
0 answers
155 views

I am writing a react native project where I am trying to connect to a BLE device using BGXpress library via an iOS Application using react-native-modules. I have been able to successfully discover the ...
Adarsh Rao's user avatar
2 votes
0 answers
131 views

I try to use the package "react-native-call-detection" in my react-native project. But I got a problem. CallDetectorManager does not start listening to incoming calls. And i found the ...
Олег Клишин's user avatar
2 votes
1 answer
625 views

I'm building a React Native module with Kotlin. I have an external Java SDK that can discover peripherals on multiple protocols / networks / servers. There is a Discovery class like this : class ...
Lucien Perouze's user avatar
2 votes
2 answers
4k views

I am working on creating a module for React-Native. The module needs to highlight or point out certain elements on the screen based on configuration stored in a DB. In Android, our database would ...
mvinayakam's user avatar
  • 3,018