CreatinIOS APP Intent With Expo React Native
I am trying to integrate ios app Intent on expo using the expo native modules, documentation can be found here – https://docs.expo.dev/modules/native-module-tutorial/
I created a module with the npx create-expo-module sample-app-module command. The folders were created.
My major question is where to add the app intent code.