shedworth
shedworth
Having 'goose/geese' defined as an irregular rule was causing incorrect pluralization of goose species, e.g. 'Canada goose' => 'Canada gooses'. Using a pluralization/singularization rule for goose/geese fixes this issue.
Having 'goose/geese' defined as an irregular rule was causing incorrect pluralization of goose species, e.g. 'Canada goose' => 'Canada gooses'. Using a pluralization/singularization rule for goose/geese fixes this issue.
### Mapbox Implementation Mapbox ### Mapbox Version 11.0.0 ### React Native Version 0.74.5 ### Platform Android ### `@rnmapbox/maps` version 10.1.37 ### Standalone component to reproduce ```javascript import React from 'react';...