expo / config-plugins

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

chore(fixtures): add Java and Kotlin fixtures for Android app entrypoints #245

Open hassankhan opened 3 months ago

hassankhan commented 3 months ago

Why

The extra fixtures are useful when testing config plugins that make modifications to those files.

How

The Java entrypoints were a little harder to get a hold of, but were eventually retrieved from a project on RN v0.64. The Kotlin entrypoints were retrieved from a fresh Expo prebuild output.

Test Plan

None, as this is testing code.