1

I am trying to migrate form react-native-unimodules to expo modules. I followed this documentation and everything is fine in Android, But in iOS getting mentioned error in AppDelegate.h.

This is how my AppDelegate.h looks like this,

enter image description here

In documentation it’s been mentioned just to add import <Expo/Expo.h>. But there isn’t much description about this line.

Will this file be created automatically?

ThinkAndCode
  • 1,319
  • 3
  • 29
  • 60

1 Answers1

0

https://docs.expo.dev/bare/installing-expo-modules/#manual-installation

yarn add expo is featured in the above.

Karatekid430
  • 940
  • 11
  • 25