Abbey Campbell
b31aa617f3
fix alphabetization
2026-03-12 15:08:51 -07:00
Abbey Campbell
8c5f73bbb6
bump react-native-reanimated to 4.2.2
2026-03-11 13:05:13 -07:00
Abbey Campbell
960b2159f9
bump react-native-reanimated to 4.2.1
2026-03-11 12:17:21 -07:00
Abbey Campbell
1d5ecf6416
bump react-native-reanimated to 4.2.0
2026-03-11 12:08:42 -07:00
Johannes Klein
551dec2a48
Update version to 1.0.18
2026-03-11 16:24:45 +01:00
Abbey Campbell
b16beab32c
bump react-native-reanimated to 4.1, rn-worklets to 5
2026-03-09 19:18:38 -07:00
Abbey Campbell
92817aed9f
bump react-native-reanimated to v4, add react-native-worklets, update babel config
2026-03-09 17:06:01 -07:00
Johannes Klein
1d84ac4374
Update react-native-reanimated-carousel to v4 latest ( #3423 )
2026-03-09 22:04:21 +02:00
Johannes Klein
d5c110fcac
Update to version 1.0.17
2026-03-03 19:02:49 +02:00
Ryan Stelly
214c47058f
add and configure react-navigation rozenite plugin ( #3408 )
2026-03-02 13:23:53 -06:00
Johannes Klein
6a28be5093
Update react-native-device info to v15 ( #3393 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2026-02-27 01:18:20 +01:00
Johannes Klein
f488a8c871
Mob 1211 update react native reanimated to 3.19.5 ( #3398 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2026-02-25 11:20:47 +01:00
Johannes Klein
335ab02ac8
Mob 1210 update @gorhom/bottom-sheet to 5.2.8 ( #3399 )
...
* Update package.json
* Update package-lock.json
2026-02-25 11:19:37 +01:00
Johannes Klein
ecd97b5fba
Update react-native-audio-recorder-player to 3.6.14 ( #3394 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
* Replace patch
2026-02-25 11:18:45 +01:00
Johannes Klein
18ec603778
Update package.json
2026-02-23 23:23:15 +01:00
Johannes Klein
d736cddedc
Update i18next-resources-to-backend to 1.2.1 ( #3392 )
...
* Update package.json
* Update package-lock.json
2026-02-23 18:10:24 +01:00
Johannes Klein
bff28d2dd5
Replace react-native-image-picker fork with patch ( #3395 )
...
* Update package.json
* Update package-lock.json
* Create react-native-image-picker+8.2.1.patch
2026-02-23 18:05:38 +01:00
Johannes Klein
25c13c9eb5
Reapply react-native-sensitive-info update with "migration" ( #3373 )
...
* Reapply "Update react-native-sensitive-info to 5.6.2 (#3346 )"
This reverts commit 4bd596074c .
* Explicitly set keychainService to "app" for all calls to RNSInfo
So, apparently the default string used to save sensitive items changed from "app" to "default" between versions 6.0.0-alpha.9 and 5.6.2.
So if we install an app update built with 5.6.2 on top of our previous version (using 6.0.0-alpha.9) we can no longer find our previously stored secrets.
I am leaving the key as overridable by actual options propped in, in case someone wants to build a separate slice at one point. In contrast to accessControl which probably should not be a decision in engineerings court.
* Add comment
* Update test helpers
2026-02-19 22:36:20 +01:00
dependabot[bot]
555f9e56f9
Bump markdown-it from 14.1.0 to 14.1.1 ( #3380 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 14.1.0 to 14.1.1.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-version: 14.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 22:30:51 +01:00
Johannes Klein
abfb6a3ce8
Mob 1100 update react-native-maps-package to latest ( #3376 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
* Create react-native-maps.js
* Add function mock
2026-02-16 11:37:58 +01:00
Johannes Klein
4bd596074c
Revert "Update react-native-sensitive-info to 5.6.2 ( #3346 )"
...
This reverts commit d30e788ed0 .
2026-02-11 23:51:15 +01:00
Johannes Klein
bd19efafb4
Update to version 1.0.16
2026-02-11 12:27:35 +01:00
Johannes Klein
5277e21ed5
Update @tanstack/react-query to 5.90.20 ( #3358 )
...
* update react-query to latest
* Update package.json
* Update package.json
* Update package-lock.json
* Update package-lock.json
* Update .eslintrc.js
* Update package.json
* Update package-lock.json
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Bump
* Last bump
* Last bump eslint plugin
* Tilde is fine here
---------
Co-authored-by: Ryan Stelly <ryan.stelly@live.com >
2026-02-10 23:42:54 +01:00
Johannes Klein
d30e788ed0
Update react-native-sensitive-info to 5.6.2 ( #3346 )
...
* Update react-native-sensitive-info
* Delete react-native-sensitive-info+6.0.0-alpha.9.patch
* Migrate sensitive info error handling
* Lint rules changes
* Add comment
* Remove incomplete type
* Add hasItem mock
* Update type
* Remove exported function getUsername
This is nowhere imported, used only in AuthenticationService. Have added the only function that makes use of getSensitiveItem( "username" ) = isCurrentUser to the Auth integration test instead.
* Update package-lock.json
* Update Podfile.lock
* Replace string with exported error code
* Add try catch to hasItem call
2026-02-10 23:42:35 +01:00
Johannes Klein
e44a54be88
Update rozenite packages to 1.2.0 ( #3362 )
...
* Update package.json
* Update package-lock.json
2026-02-09 18:04:35 +01:00
Johannes Klein
f1be620752
Add rozenite require profiler plugin ( #3349 )
...
* Update package.json
* Update package.json
* Update package-lock.json
* Use tilde
* Update metro.config.js
* Update index.js
2026-02-03 18:13:36 +01:00
Johannes Klein
fa6e063071
Update react-native-get-random-values to 2.0.0 ( #3347 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2026-02-03 18:13:08 +01:00
Johannes Klein
2879d16f0e
Update react-native-config to 1.6.1 ( #3344 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2026-01-29 22:47:53 +01:00
Johannes Klein
9e7b7d17de
Update linkify packages ( #3345 )
...
* Update package.json
* Update package-lock.json
2026-01-29 21:39:05 +01:00
Johannes Klein
4d18c82577
Update node-downloader-helper to 2.1.10 ( #3340 )
...
* Update package.json
* Update package-lock.json
2026-01-29 21:30:57 +01:00
Johannes Klein
ea62a99393
Update react-native-camera-roll version and replace our fork with a patch ( #3342 )
...
* Replace our fork of react-native-camera-roll with latest
published npm version
* Update package-lock.json
* Update Podfile.lock
* Create @react-native-camera-roll+camera-roll+7.10.2.patch
Copying over commits from our fork of camera-roll into a patch-package patch file. This corresponds to these two commits:
1.) "fix: add a stub URI after save w/ add-only permission (#1 )
Attempting the fetch the URI of the newly-created photo requires PHOTO LIBRARY
permission, which results in an unexpected permission prompt. This prevents
that from happening by returning a stub URI which hopefully makes it clear
why it's not a real URI."
47b39c3d9d
2.) "feat: optionally save location when saving photo in iOS"
c49afe441e
2026-01-29 21:19:35 +01:00
dependabot[bot]
8d52f9c4b9
Bump lodash from 4.17.21 to 4.17.23 ( #3332 )
...
* Bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
* Update package-lock.json
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com >
2026-01-28 10:51:51 +01:00
Johannes Klein
eba8a52497
Update react-native to 0.81 ( #3336 )
2026-01-28 07:50:27 +01:00
Johannes Klein
f299de52df
Update to version 1.0.15
2026-01-27 21:41:42 +01:00
dependabot[bot]
d3a03e9a82
Bump glob from 10.3.12 to 10.5.0 ( #3241 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.12 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.12...v10.5.0 )
---
updated-dependencies:
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 13:48:31 +01:00
Johannes Klein
1d0d9c5aba
Update react-native-screens to 4.15.4 ( #3335 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2026-01-26 15:22:16 +01:00
Johannes Klein
8f3640803e
Update to version 1.0.14
2026-01-13 22:43:08 +01:00
Ryan Stelly
61a555e369
add & config mmkv rozenite devtool plugin ( #3317 )
...
* add & config mmkv rozenite devtool plugin
* use new import for explicit storage clearn
* use existing name for zustand mmkv storage and add install data storage to devtool
2026-01-08 13:11:53 -06:00
Ryan Stelly
f0bfefd0b3
integrate rozenite devtool base config & plugins ( #3315 )
...
* add base rozenite metro package and configuration
* add and configure React Query rozenite devtools
* add and configure network rozenite devtools
* shift rozenite deps, add README docs
* remove flow tag for root
* fix readme rotentite typo
2026-01-07 14:44:56 -06:00
Johannes Klein
14a43484eb
Update our vision-plugin to 6.0.0 rc.2 ( #3305 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2025-12-18 19:11:33 +01:00
Johannes Klein
f0e6cfad30
Update react-native-vision-camera to 4.7.3 ( #3293 )
2025-12-17 16:25:10 +01:00
Johannes Klein
e76a0aa10c
Update to version 1.0.13
2025-12-17 01:26:23 +01:00
Abbey Campbell
2c6eb6622a
Merge pull request #3271 from inaturalist/mob-963-change-slideover-menu-to-be-a-static-page
...
Mob 963 change slideover menu to be a static page
2025-12-12 10:27:37 -08:00
Ryan Stelly
1bdf8ddc4e
MOB-1039 add stylistic eslint plugin package dependency ( #3266 )
2025-12-10 12:20:04 -06:00
Abbey Campbell
e8ee6c39cb
restructure root nav and delete dead drawer code and library
2025-12-09 18:46:41 -08:00
sepeterson
4d5bbfc584
Merge branch 'main' into mob-991-firebase-record-whether-or-not-the-user-has-given-location
2025-12-04 10:27:08 -06:00
Johannes Klein
d289a9c682
Update react-native-svg-transformer to 1.5.x ( #3236 )
2025-12-02 21:01:50 +01:00
Johannes Klein
b7335c2237
Update to version 1.0.12
2025-11-19 00:10:24 +01:00
Johannes Klein
f7c3ea3993
Update @react-native-community/cli to 19.1.2 ( #3197 )
...
* Update package.json
* Update package-lock.json
2025-11-18 23:18:13 +01:00
Johannes Klein
0691a3cfd7
Update @react-native-community/slider to 5.x ( #3237 )
...
* Update package.json
* Update package-lock.json
* Update Podfile.lock
2025-11-18 23:09:41 +01:00