У нас вы можете посмотреть бесплатно How to build a React Native C++ module with JSI (Part 1 iOS) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Hello Everyone!In today's video, I demonstrate how to harness the power of JSI to build a C++ React Native module. This module lets you write native code once and share it across platforms.You'll learn how to call functions that: Receive and return primitives Return arrays Return objects Return promises Accept callbacksEnjoy the tutorial! Link to repo: https://github.com/itsramiel/react-na... If you want to learn more about React Native Turbo Modules, you can check out my two previous videos: iOS: • React Native iOS Turbo Modules Android: • React Native Android Turbo Modules Twitter: / elwanrami Github: https://github.com/itsramiel LinkedIn: www.linkedin.com/in/rami-elwan 00:00:00 - Intro 00:03:37 - Module Bootstrap 00:07:15 - Fixing iOS build issue 00:08:12 - Exploring the generated module 00:13:04 - Developing the module 00:58:41 - Testing our module on the new arch 01:00:55 - Testing our module on the old arch 01:02:19 - Outro