How to build a customised expokit-npm-package

Hi all – if you check out the android/sdk30 branch on the expo/expo repo, the expokit-npm-package folder should contain exactly the contents of version 1.7.1 currently on NPM. The script that we use to update this package when there are changes to expoview is gulp update-exponent-view --abi 30.0.0 inside of the tools folder, so you can try running that. (Make sure to npm install/yarn in both the tools and tools-public directories first.)

3 Likes