mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-05 06:05:12 -04:00
The problem has something to do with the unicode capitalization code that got ported from the web. It seems like the JS engine in Android has a problem with calling toUpperCase() on some unicode characters, and this gets around that particular bug, plus one problem with a null check on a Realm collection.