NPM I throws Errors and loads deprecated packages #6

Closed
opened 2025-05-18 16:22:43 +00:00 by An0n-01 · 11 comments
An0n-01 commented 2025-05-18 16:22:43 +00:00 (Migrated from github.com)

Image

and

Web Bundling failed 3487ms index.ts (1726 modules)
Unable to resolve "./components/BlurView" from "node_modules@react-native-community\blur\lib\module\index.js"

![Image](https://github.com/user-attachments/assets/5a87ed0c-ecad-4922-a0de-4de12512eefb) and Web Bundling failed 3487ms index.ts (1726 modules) Unable to resolve "./components/BlurView" from "node_modules\@react-native-community\blur\lib\module\index.js"
tapframe commented 2025-05-18 16:31:01 +00:00 (Migrated from github.com)

you can ignore the patch error. Also about the other issue, try on either android or ios. It’s not built for web. use either Expo GO (Recommended using development build using npx expo run:android or ios)

you can ignore the patch error. Also about the other issue, try on either android or ios. It’s not built for web. use either Expo GO (Recommended using development build using npx expo run:android or ios)
An0n-01 commented 2025-05-18 16:33:20 +00:00 (Migrated from github.com)

oh. okay. thanks👍

(its sad that you can only build it for IOS when you run it on a mac...)

oh. okay. thanks👍 (its sad that you can only build it for IOS when you run it on a mac...)
tapframe commented 2025-05-18 16:35:08 +00:00 (Migrated from github.com)

oh. okay. thanks👍

(its sad that you can only build it for IOS when you run it on a mac...)

It’s true, if you want I can give you the debug ipa which you can sideload and Test if you want

> oh. okay. thanks👍 > > (its sad that you can only build it for IOS when you run it on a mac...) It’s true, if you want I can give you the debug ipa which you can sideload and Test if you want
An0n-01 commented 2025-05-18 16:39:55 +00:00 (Migrated from github.com)

oh. okay. thanks👍
(its sad that you can only build it for IOS when you run it on a mac...)

It’s true, if you want I can give you the debug ipa which you can sideload and Test if you want

that would be quite nice yeah.. i saw the screenshots before, it does look quite good.... is the watch functionality already implemented? like do you use a embedding service (vidsrc)?

> > oh. okay. thanks👍 > > (its sad that you can only build it for IOS when you run it on a mac...) > > It’s true, if you want I can give you the debug ipa which you can sideload and Test if you want that would be quite nice yeah.. i saw the screenshots before, it does look quite good.... is the watch functionality already implemented? like do you use a embedding service (vidsrc)?
tapframe commented 2025-05-18 16:49:43 +00:00 (Migrated from github.com)

It works from stremio addons such as Torrentio but with RD Of course, I am working on an addons to fetch from these sources and I’m planning to integrate it as soon as possible.

Here you go on the ipa

debugall.zip

It works from stremio addons such as Torrentio but with RD Of course, I am working on an addons to fetch from these sources and I’m planning to integrate it as soon as possible. Here you go on the ipa [debugall.zip](https://github.com/user-attachments/files/20273856/debugall.zip)
An0n-01 commented 2025-05-18 17:01:08 +00:00 (Migrated from github.com)

ah nice. thanks will test it and give feedback as soon as possible..... (and i trust you here... i hope this is not a virus😭😭😭)

ah nice. thanks will test it and give feedback as soon as possible..... (and i trust you here... i hope this is not a virus😭😭😭)
tapframe commented 2025-05-18 17:03:15 +00:00 (Migrated from github.com)

It’s not virus don’t worry, I have been working on this for past couple months. I never revealed it to the public and you’re the first one visiting this repo. Thanks for you interest in testing this

It’s not virus don’t worry, I have been working on this for past couple months. I never revealed it to the public and you’re the first one visiting this repo. Thanks for you interest in testing this
An0n-01 commented 2025-05-18 18:02:45 +00:00 (Migrated from github.com)

yeah, I looked at the codebase before... seems alright... am testing it rn..

yeah, I looked at the codebase before... seems alright... am testing it rn..
An0n-01 commented 2025-05-18 18:19:04 +00:00 (Migrated from github.com)

i will just make a list of things that i noticed:

Impressive things:

  • Very nice UI
  • love the tabs (i would not change the order/add/remove tabs)
  • nice Settings (UI)
  • the tv shows episodes rating tab is vvveerrry nice🤤🤤
  • impressive themes

Maybe things for the future:

  • make a onboarding when running the app for the first time. like show the user around, and also tell what plugins are required for the app to function properly, and like what plugins do and stuff.
  • when clicking on any media, add the <- button on the top left. most tabs don't have that yet...
  • when on a media, only show the "show more" button when it actually is required. (if it hides content..)
  • the "sources" only show in the search tab for me. on the home page when i click on watch or on the thumbnail and then watch, it just says, "no streams available".
  • add or lock the rotation. holding the phone sideways is not nice at all.. (especially in the streams selection section. it covers the whole list)
  • fix the player for iPhone. does not work on mine right now so i cannot really give feedback on that.

but overall, very nice. keep up the good work💪👍

i will just make a list of things that i noticed: Impressive things: - Very nice UI - love the tabs (i would not change the order/add/remove tabs) - nice Settings (UI) - the tv shows episodes rating tab is vvveerrry nice🤤🤤 - impressive themes Maybe things for the future: - make a onboarding when running the app for the first time. like show the user around, and also tell what plugins are required for the app to function properly, and like what plugins do and stuff. - when clicking on any media, add the <- button on the top left. most tabs don't have that yet... - when on a media, only show the "show more" button when it actually is required. (if it hides content..) - the "sources" only show in the search tab for me. on the home page when i click on watch or on the thumbnail and then watch, it just says, "no streams available". - add or lock the rotation. holding the phone sideways is not nice at all.. (especially in the streams selection section. it covers the whole list) - fix the player for iPhone. does not work on mine right now so i cannot really give feedback on that. but overall, very nice. keep up the good work💪👍
An0n-01 commented 2025-05-18 18:24:11 +00:00 (Migrated from github.com)

oh and also check the add/remove plugin page. even after adding one it shows the + button to add it again.

oh and also check the add/remove plugin page. even after adding one it shows the + button to add it again.
tapframe commented 2025-05-18 19:09:00 +00:00 (Migrated from github.com)

Thanks a lot for the detailed feedback , as for the player yes , its not currently working on ios completely , as I don’t have access to mac currently the changes are being delayed, nevertheless, thanks a lot for the feedback, ill work on the things mentioned.

Thanks a lot for the detailed feedback , as for the player yes , its not currently working on ios completely , as I don’t have access to mac currently the changes are being delayed, nevertheless, thanks a lot for the feedback, ill work on the things mentioned.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/NuvioStreaming_backup_24-10-25#6
No description provided.