Native Android Module React Native | Java

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 23

  • @gauthamvijayan
    @gauthamvijayan Месяц назад +1

    From the video
    1. We created the calendar module in the Calendar Module Java class
    We then instantiated that in the Package file
    2. Now we are going to add the function in MainActivity so we will now have access to the provided module.
    Tough part is we have to enter all the boilerplate code from scratch. So having the boilerplate reduces complexity

  • @gauthamvijayan
    @gauthamvijayan Месяц назад

    The event emitter concept discussed here is a gold mine. Thanks for that! 😇

  • @TuanNguyen-ie2zm
    @TuanNguyen-ie2zm 7 дней назад +1

    can i use event emitter in new architecture with turbo module?

  • @gauthamvijayan
    @gauthamvijayan Месяц назад

    Awesome!

  • @pablosilva2502
    @pablosilva2502 Год назад +4

    I don't know why it's happening. I created a new expo project, and then I followed the instructions. The CalendarModule always returns Null. Is it something related to the new expo sdk? NativeModules returns some Modules, but no one is one that I've registered.

  • @riahiyassine7703
    @riahiyassine7703 Год назад

    Thanks for your help and support keep going

  • @97pixels
    @97pixels Год назад +4

    const { CalendarModule } = NativeModules;
    console.log(CalendarModule)
    I followed the same steps, and it prints correctly with emulator, but prints null with the real device

  • @leagueoflags
    @leagueoflags Год назад

    Great video, thank you! Which plugin gives you the getName, etc. intellisense?

  • @vladislavgorovenko
    @vladislavgorovenko Год назад +1

    Amazing tutorial

  • @PiyushDahiya-r1t
    @PiyushDahiya-r1t Год назад

    great video!!

  • @learnandexplorewithsab
    @learnandexplorewithsab 5 месяцев назад +1

    Whenever I am generating a new project, my packages are getting generated in Kotlin but I want them to be generated in Java..Is there any way to pass it as a parameter if we want Java or Kotlin?

    • @jastagarbrar2315
      @jastagarbrar2315 3 месяца назад +1

      FINALLY SOMEONE ASKED. i have have exact same question.

    • @kevinmiranda3661
      @kevinmiranda3661 3 месяца назад

      Cuando creas el proyecto con android studio te pregunta el lenguaje con el que será creado (Kotlin o Java), solo selecciónalo.

  • @moyolvera
    @moyolvera 2 года назад

    Good video. Thanks!

  • @RanjitKumar-d4u5l
    @RanjitKumar-d4u5l Год назад

    If I have a promise and arrayList in @ReactMethod as a parameter then How to call a @ReactMethod inside a java function. please sir help me

  • @yalcinozer4434
    @yalcinozer4434 2 года назад

    Really helpful

  • @junka3
    @junka3 2 года назад

    Thanks for sharing

  • @josecaraballo3349
    @josecaraballo3349 2 года назад

    Thanks

  • @ankurbadola8602
    @ankurbadola8602 2 года назад +1

    Video is blank from 10:37 to 14:47

    • @UnsureProgrammer
      @UnsureProgrammer  2 года назад +1

      haha. Dont know what happened there. Thanks edited!

  • @adnaan28
    @adnaan28 2 года назад +5

    We want only React Native video no flutter