akanksha srivastavadeeplinking.hashnode.dev·Oct 15, 2024Android Native Module / Bridge :-An Android Native Module in a framework like React React Native is a way to write custom code in Android’s native language (java / Kotlin) and then expose that code so that the Java script side of your app can call it. This is useful for tasks that J...Android Native Modules
Ali Haideralihayder.hashnode.dev·Sep 17, 2023React Native and Native ModulesUnderstanding Native Modules in React Native React Native is a powerful framework for building cross-platform mobile applications using JavaScript and React. However, there are instances where you need to access platform-specific features or use nati...1 like·149 readsReact Native
Osiel Limaosiel.hashnode.dev·Jun 28, 2023Creating an Augmented Reality viewer using Native Modules - part 2: iOS (Swift)In this article, We create a small React Native (RN) demo that has a list of AR file items. When an item is pressed, it will be displayed in the native platform's Augmented Reality. The main purpose of this demo is to have a better understanding of h...38 readsNative ModulesReact Native
Osiel Limaosiel.hashnode.dev·Jun 22, 2023Creating an Augmented Reality viewer using Native Modules - part 1: AndroidIn this article, We will create a small React Native (RN) demo that has a list of AR file items. When an item is pressed, it will be displayed in the native platform's Augmented Reality. The main purpose of this demo is to have a better understanding...97 readsNative ModulesReact Native