

Android studio is an IDE built for Android development and using it will help you resolve minor issues like code syntax errors quickly. We recommend using Android Studio to write your native code. You can find your Android project here within a React Native app: Image of where you can find your Android project

To get started, open up the Android project within your React Native application in Android Studio. 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. Then open your adle (module) and add the following dependency.Native Module and Native Components are our stable technologies used by the legacy architecture. Update the Android Studio SDK Manager: click SDK Tools, expand Support Repository, select Google Repository, and then click OK.

