Property 'revisionId' does not exist on type 'Manifest'.

After upgrading to SDK 43 Managed, I’m getting this error on the manifest object.

When I drill down, it turns out it does exist but I believe the recent refactor is causing this error:

export type ClassicManifest = typeof Constants.manifest

I’m on TS 4.3.5 (which is the recommended version on Managed 43)

ExpoClientConfig does include revisionId but literally no fields are showing up when my IDE tries to autocomplete the “manifest” object (including releaseId, hostUri, etc).

Is there some kind of TS configuration I need to do. Have others reported this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.