expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
454 stars 98 forks source link

docs: added expo-appcenter to plugins list #95

Closed FRizzonelli closed 2 years ago

FRizzonelli commented 2 years ago

Why

Hi folks! I've made my first plugin for expo, which enables devs to use appcenter within the expo managed workflow!

https://www.npmjs.com/package/expo-appcenter

https://github.com/BelkaLab/expo-appcenter

I saw on this issue it was something that community was asking for, so I gave it a try!

How

I followed your guide on creating a plugin with typescript and all your conventions. If something is wrong, please give me feedback and I'll fix it :)

Test Plan

I've created a small app, installed the plugin and appcenter following their guide and checked that the SDK was working.