expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

[builder] Resolve modules by either unimodule.json or expo-module.config.json #368

Closed brentvatne closed 2 years ago

brentvatne commented 2 years ago

Checklist

Motivation and Context

Currently on SDK 44 beta we're not including expo-updates in builds.

Description

The issue appears to be that we renamed unimodule.json to expo-module.config.json and we currently resolve modules by looking for unimodule.json only (h/t @esamelson for spotting this).