community-migration
Installation
SKILL.md
Community Geolocation Migration
Use a two-phase migration:
- Bootstrap safely to
/compatso the app stops depending on@react-native-community/geolocation. - Refactor from
/compatto the Modern API best-practice shape.
Do not start by hand-converting every callback call site. First make the mechanical package/import migration small and reversible, verify it, then do the semantic Modern API refactor.