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
I recently removed expo completely from our project (way too many random issues and just a lot of bloat for the benefit) and after it was removed I got a ton of import cycle warnings for RN-Paper. Our version was using: 3.11.0 in order to work smoothly with Expo.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
I recently removed expo completely from our project (way too many random issues and just a lot of bloat for the benefit) and after it was removed I got a ton of import cycle warnings for RN-Paper. Our version was using:
3.11.0
in order to work smoothly with Expo.The quick fix?
npm i [email protected]
Moving to the latest version fixed everything. For us all we needed to do was restart metro with:
npm start -c
ornpx react-native start --reset-cache
Beta Was this translation helpful? Give feedback.
All reactions