react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

"No Bundle URL Present" when making a new Thread class

Open nicknikolov opened this issue 5 years ago • 3 comments

screenshot 2019-02-28 at 13 45 05

I tried a few solutions from google but nothing helps. The moment I add const thread = new Thread('./thread.js') I get this error.

Since I'm running an ejected Expo error I tried getting the example running but that failed for completely different reason.

My dependencies:

    "expo": "^30.0.0",
    "expo-graphics": "1.0.0-alpha.1",
    "expo-three": "3.0.0-alpha.1",
    "expokit": "^1.7.1",
    "react": "16.3.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
    "react-native-elements": "0.18.5",
    "react-native-threads": "0.0.16",

Update: I made the examples work. I'll see if I can get it running using that.

nicknikolov avatar Feb 28 '19 13:02 nicknikolov

experiencing the same issue on iOS works fine in android though.

react-native-threads: 0.0.16 react-native: 0.59.1

ghost avatar Mar 21 '19 15:03 ghost

Same issue on iOS with react-native: 0.59.8 react-native-threads: 0.0.16

KamranKhanGit avatar Jun 10 '19 13:06 KamranKhanGit

Any solution ?

lironsher avatar Jun 27 '19 10:06 lironsher