t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.73k stars 408 forks source link

removed @bacons/text-decoder #1125

Closed necmettindev closed 2 months ago

necmettindev commented 4 months ago

https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md

juliusmarminge commented 4 months ago

Why?

necmettindev commented 4 months ago

@juliusmarminge linked to first message.

juliusmarminge commented 4 months ago

That's unreleased, coming in Expo 52 I think?

necmettindev commented 4 months ago

That's unreleased, coming in Expo 52 I think?

nope, I guess they didn't update the changelog, also evan bacon removed the package from github.

noxify commented 4 months ago

This one?

https://github.com/EvanBacon/text-decoder

https://www.npmjs.com/package/@bacons/text-decoder

juliusmarminge commented 3 months ago

seems undefined to me, even on latest Expo:

  console.log("typeof TextEncoder", typeof TextEncoder, "typeof TextDecoder", typeof TextDecoder);

CleanShot 2024-08-08 at 12 40 05