Issue
There have been a number of reports that the WatermelonDB config plugin is not working correctly with Expo SDK 46+.
Related issues:
5 #6
Further notes
The plugin hasn't been updated since December 2021 and makes use of node internal imports such as fs and path.
With that in mind, it's a good time to consider updating the code to use functions which are specifically designed for config plugin development.
Issue There have been a number of reports that the WatermelonDB config plugin is not working correctly with Expo SDK 46+.
Related issues:
5 #6
Further notes The plugin hasn't been updated since December 2021 and makes use of node internal imports such as
fs
andpath
. With that in mind, it's a good time to consider updating the code to use functions which are specifically designed for config plugin development.