You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to the latest version of RN, the iOS build fails with the below message
fatal error: 'UIKit/UIDevice.h' file not found
#import <UIKit/UIDevice.h>
^~~~~~~~~~~~~~~~~~
When updating to the latest version of RN, the iOS build fails with the below message
fatal error: 'UIKit/UIDevice.h' file not found
#import <UIKit/UIDevice.h>
^~~~~~~~~~~~~~~~~~
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-localization": "2.1.6",
It is working fine in
"react-native": "0.62",
The text was updated successfully, but these errors were encountered: