morrowdigital / watermelondb-expo-plugin

119 stars 30 forks source link

Fix to support Expo 47 #8

Closed sroske closed 1 year ago

sroske commented 1 year ago

Fix for iOS build:

Applied fixes from coffeOwl shared here: https://github.com/expo/expo/issues/18784#issuecomment-1333726866

Fix for Android build:

Added the watermelon db package to the main activity init package list as it appears to be needed (i.e. auto-linking is not working for me).

Also added an escape for the simulator architecture exclusion to the config option for the expo plugin.

Foosballfan commented 1 year ago

Great work, thanks @sroske will merge now