The new expo-doctor plugin requires an app.plugin.js file in every plugin. It's the plugin's entry point.
This PR just duplicates the index.js file at the root to create the app.plugin.js file that expo-doctor looks for. This ensures there's no distraction to future plans should this package ever need to do more than just serve as a plugin
The new
expo-doctor
plugin requires anapp.plugin.js
file in every plugin. It's the plugin's entry point.This PR just duplicates the
index.js
file at the root to create theapp.plugin.js
file thatexpo-doctor
looks for. This ensures there's no distraction to future plans should this package ever need to do more than just serve as a plugin