Facing error in AppDelegate.h file – Expo/Expo.h’ file not found

1.7k Views Asked by At

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?

1

There are 1 best solutions below

0
On