mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-16 01:38:47 -05:00
* On user profile screen, if routed here with login as param search for user id * UserText to TS * Add linkify mention plugin dependency * Rely on plugin for mention parsing * Adjust rel * Add a title attribute to mentions only * Navigate to profile screen for mentions * Use props * Fix some types * We dont really need this plugin if we check for href includes people link * Replace user search api call with fetch by login * Push new profiles on top of the navigation stack every time * Add error strings * If there is no user found for this id show error This can happen I assume when a user changes the login but comments are not updated. * Use this plugin * Remove log * Only react to anchors that have mention as a title * Update types * Another inferred type