react-native-spotlight-tour icon indicating copy to clipboard operation
react-native-spotlight-tour copied to clipboard

Can't use in javaScript Project

Open mmestiyak opened this issue 4 years ago • 4 comments

I Wrote my project in javaScript not in typescript, it's not working. showing the error Element type is invalid: expected a string

mmestiyak avatar Nov 25 '21 04:11 mmestiyak

@mmestiyak thanks for the report, I'll be looking into it in the next few days 🙂

JoseLion avatar Dec 28 '21 17:12 JoseLion

@mmestiyak I tried to reproduce in a 100% vanilla JavaScript project, and all was working fine. However, during this test, I found an issue on the AttachStep component that could be causing the error you mentioned. I pushed a fix for that, so can you please give it another try with version v1.0.2 🙂

If this new version does not solve your issue, can you share the complete logs of the error you're getting and, if possible, some code to reproduce the problem?

Thanks!

JoseLion avatar Jan 10 '22 19:01 JoseLion

@JoseLion Thank you so much, i'll test it out and let you know but sorry maybe not immediately i can test and let you know

mmestiyak avatar Jan 11 '22 05:01 mmestiyak

@mmestiyak I tried to reproduce in a 100% vanilla JavaScript project, and all was working fine. However, during this test, I found an issue on the AttachStep component that could be causing the error you mentioned. I pushed a fix for that, so can you please give it another try with version v1.0.2 🙂

If this new version does not solve your issue, can you share the complete logs of the error you're getting and, if possible, some code to reproduce the problem?

Thanks!

do you have the sample code? because of the following line error: const tourSteps: TourStep[] =

Bimbimz avatar Nov 19 '22 22:11 Bimbimz

Here's a sample Expo Snack with vanilla JS and v3. If anyone still has similar issues, please update to the latest version and open a separate ticket if the problem persists. Thank you all for the support! 🙂

https://snack.expo.dev/@jleonstackbuilders/react-native-spotlight-tour-with-vanilla-js

JoseLion avatar Oct 02 '23 20:10 JoseLion