


By the end, you will be able to call CalendarModule.createCalendarEvent('Dinner Party', 'My House') from JavaScript, invoking a Java/Kotlin method that creates a calendar event. In the following guide you will create a native module, CalendarModule, that will allow you to access Android’s calendar APIs from JavaScript. Please start by reading the Native Modules Intro for an intro to what native modules are. The New Architecture uses Turbo Native Module and Fabric Native Components to achieve similar results. They will be deprecated in the future when the New Architecture will be stable.

Native Module and Native Components are our stable technologies used by the legacy architecture.
