question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

currently not support expo 44

See original GitHub issue

just follow the quick start npx create-react-native-app -t with-three

start app with ios simulator

error just came up from start Simulator Screen Shot - iPhone 13 Pro - 2021-12-22 at 17 57 00

but expo web is working perfectly

anyone can help with this?

package.json

{
  "dependencies": {
    "expo": "^44.0.0",
    "expo-gl": "~11.1.1",
    "expo-three": "~5.7.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-web": "0.17.1",
    "three": "^0.122.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9"
  }
}

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:9
  • Comments:13

github_iconTop GitHub Comments

1reaction
fax1tycommented, Jan 27, 2022

@NikitaDudin Yeah, it’s actually worked. @kennedy0527 Just paste

  "resolutions": {
    "@expo/browser-polyfill": "^1.0.0"
  }

to your package.json to avoid using dirty way playing with SDK versions More about resolutions: https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/ npm alternative: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

1reaction
kennedy0527commented, Dec 28, 2021

sure

Read more comments on GitHub >

github_iconTop Results From Across the Web

Expo SDK 44. Today we're announcing the release of…
Hermes warnings now have built-in support and show a much more helpful snippet. Added the new expo run:ios --no-build-cache flag for cleaning the...
Read more >
react native - getting error after upgrading to expo sdk 44 to 46
Invariant Violation: "main" has not been registered. This can happen if: * Metro (the local dev server) is run from the wrong folder....
Read more >
Expo - Twitter
Designed for speed #️⃣ Supports blurhash Disk cache Empowered by. @Expo ... react-native-fast-image is no longer maintained, so even more powerful ...
Read more >
expo-updates - npm
Note: expo eject (mentioned @9:10) is no longer needed to implement native code. ... In expo-updates@0.9.0 and above, we support automatic ...
Read more >
Unboxing Expo SDK 44 - YouTube
Introduction to EAS Update: https://bit.ly/eas-update-unboxingExpo SDK 44 announcement: https://bit.ly/sdk- 44 -unboxingSource code of the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found