Commit Graph

9 Commits

Author SHA1 Message Date
Johannes Klein
081f009a86 Rename link file (#3144)
* Rename link file

* Change file name usage in iOS project

* Fix missing dash

* Add dash to filename
2025-10-16 15:28:32 +02:00
Angie
29c0f6beb7 1593 potential disagreement bottom sheet and disagreeing ids (#1749)
* Disagreeing IDs and Potential disagreement bottomsheet

* Change back to js

* Styling for withdrawn disagree text, string adjustments

* Agree taxon and disagree taxon share same state var, Reuse existing RadioButtonSheet for potential disagree, UI changes, styling for scientific name

* Remove duplicate

* Fix suggest id sheet not showing from teaxon details
2024-07-08 22:39:15 -07:00
Amanda Bullington
08d06221b1 Fixes for suggestions screen (#1756)
* Remove sticky headers from Suggestions

* Changes to suggestions

* Fix offline reload
2024-07-02 20:28:35 -07:00
Ken-ichi Ueda
532467e9a4 Switch to linking model files in a scheme pre-action
This allows an iOS build even if the model links don't exist yet, which was
causing a problem with our previous build phase script approach. Thanks
to @jtklein for figuring this out. For more about scheme pre-actions, see

https://developer.apple.com/documentation/xcode/customizing-the-build-schemes-for-a-project/
2023-08-10 10:47:30 -07:00
Amanda Bullington
aa0060c21a Add JS and native exceptions (#371)
* Add native and JS exception handlers
* Ignore jsErrorHandler when error undefined; add stacktrace to log file
* Add instructions in comment for testing native exception

Closes #358

Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
2023-01-19 13:26:16 -08:00
Amanda Bullington
d1d3e18fb5 Check for network connectivity & update UI, ObsDetail (#352)
* Show no-internet state for photo/map elements in ObsDetail when offline

* Add two tests to check that correct elements are shown offline/online in ObsDetails

* Create useIsOnline hook to check for connectivity; only mark viewed locally if API call succeeds

* Rename hook to useIsConnected

* Update no wifi image and add a11y labels

* Add device location factory function for mocking latLng; fixes for ObsDetails test

* Test that data tab content is not visible before changing tab

Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
2023-01-15 22:31:48 +01:00
Johannes Klein
99d306cd24 Realm 11 (#208)
This also upgrades us to React Native 0.70.4 and adds a number of files that get us ready for the New Architecture.

Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
2022-11-07 14:13:13 -08:00
Ken-ichi Ueda
71e707f725 Renamed xcode scheme to match repo 2021-10-06 14:59:09 -07:00
Amanda Bullington
bc71c97055 Update repo name to iNaturalistReactNative 2021-09-13 16:41:59 -07:00