Build Custom Expokit 1.7.1 for sdk38.0.4

Following this topic Build Custom Expokit 1.7.1 for sdk30.0.0

I’m trying to build a specific expokit version but with sdk-38 . I follow exactly the same process but with branch and version 38.0.4.

{ Error: Cannot find module ‘./android-expolib’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/Users/vbo/private_projects/expo/tools/android-versioning/android-version-libraries.js:15:42)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3) code: ‘MODULE_NOT_FOUND’ }

Is it the same process with expo SDK 38 ?

Hey @_valentinb,

We’ve since dropped support for ExpoKit and you’ll need to switch over to using the Bare Workflow. You can read about the migration steps here: Time to Start Using Expo's Bare Workflow. ExpoKit is Now Deprecated. - DEV Community 👩‍💻👨‍💻

Cheers,
Adam

Ok but is it possible to build locally Bare workflow ? I need to update this file expo/EXVersionManager.m at 24a0cefbfb8cb14110c670ef870ea7f4634ec065 · expo/expo · GitHub

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