Commit Graph
1 Commits
Author SHA1 Message Date
Evan Kaloudis 8a7d9fc8b1 fix: install TextEncoder/TextDecoder polyfills before protobufjs loads
protobufjs v8 reads TextDecoder at import time, and Hermes does not
provide it. The polyfill assignment in index.js ran after hoisted
imports, so the app crashed on launch with 'Property TextDecoder
doesn't exist'. Move the polyfills into their own module imported
first so they are installed before any other module executes.
2026-07-24 22:07:45 -04:00