You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Describe the bug
We have an expo project that we are targeting both mobile and web platforms. The react-native-client-sdk works well on mobile but crashes in web.
This is the error I see:
autoEnv.js:24 Uncaught TypeError: Cannot read properties of undefined (reading 'Manufacturer')
which traces to this code in autoEnv, seems like Platform.constants is undefined somehow.