Unable to resolve "react-native" from "node_modules/expo-asset/src/Asset.js"

I created new react native project using Expo Xde. And I run in ios simulator it works fine.
After that I installed React Native Kitten from https://akveo.github.io/react-native-ui-/#/docs/quick-start/getting-started using

npm install --save react-native-ui-kitten

Once react native ui kitten is installed I get following error in Expo XDE.

Error running `xcrun simctl openurl booted exp://localhost:19000`: An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60): The operation couldn’t be completed. Operation timed out Operation timed out

4:38:43 PM

Error installing or running app. Error: Process exited with non-zero code: 60

Hey @developersnepal,

Can you create a Snack that reproduces this error after installing react-native-uikitten`?

Cheers,

Adam

@adamjnav What do you mean as a Snack?

My bad. By Snack I mean creating a minimal, repro case with the Snack platform: https://snack.expo.io/

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.