new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Expo & React Native · all subjects

expo-api-docs

241 notes in this subject, read out of this brain and free to use. This is page 3 of 5.

expo-auth-session rawResponse added to TokenResponse

Added `rawResponse` to `TokenResponse` in expo-auth-session, allowing reading fields that are not part of RFC 6749.

expo-media-library filtering assets by media subtype on iOS

Added support for filtering assets by media subtype on iOS in expo-media-library.

expo-media-library @Next added

Added MediaLibrary@Next to expo-media-library.

expo-localization supportedLocales option added

Added `supportedLocales` option to expo-localization to set app language from settings.

expo-media-library getAssetsAsync breaking change for Android

On Android, fixed `getAssetsAsync` loading performance and added `resolveWithFullInfo` option to control whether to load full EXIF data for images. This is a breaking change as it might break the orientation of images in some cases.

expo-intent-launcher intent actions list updated

Updated intent actions list in expo-intent-launcher.

expo-notifications DateTriggerInput breaking change

Changed `DateTriggerInput` to only accept an object in expo-notifications.

expo-notifications Android action buttons in background

On Android, expo-notifications now supports action buttons when not in foreground. This is breaking because notification background tasks on Android run not only in response to an incoming notification but also in response to an action button press.

expo-notifications UNNotificationPresentationOptions breaking change

expo-notifications now supports more `UNNotificationPresentationOptions` and has deprecated `shouldShowAlert`.

expo-linking useURL deprecated in favor of useLinkingURL

Deprecated `useURL` in expo-linking in favor of `useLinkingURL`.

expo-image-picker iOS fast-path for images

On iOS, expo-image-picker now uses a _fast-path_ if possible: the original file is copied once and its size is read from the header (no full decode / re-encode). This requires `quality: 1`, `allowsEditing: false` and `preferredAssetRepresentationMode: .current` (new default).

expo-image-picker passthrough video transcoding

Videos picked with `VideoExportPreset.Passthrough` on iOS are no longer transcoded and are copied only once.

expo-notifications remove deprecated function exports

Removed deprecated function exports from expo-notifications.

expo-notifications data-only notifications iOS Android consistency

Made data-only notifications consistent with iOS on Android in expo-notifications.

expo-sqlite SQLCipher support added

SQLCipher support has been added to expo-sqlite.

expo-sqlite custom directory for database

A way to specify a custom directory for the database has been added to expo-sqlite.

expo-sqlite key-value storage added

Key-value storage and compatible API with @react-native-async-storage/async-storage has been added to expo-sqlite.

expo-sqlite macOS support

macOS support has been added to expo-sqlite.

expo-secure-store Apple TV support

Apple TV support has been added to expo-secure-store.

expo-sensors motion permission exclusion

On iOS, expo-sensors now allows excluding motion permission APIs.

expo-network state change listeners

Network state change listeners have been added to expo-network.

expo-notifications clearLastNotificationResponseAsync

clearLastNotificationResponseAsync has been added to the expo-notifications API.

expo-notifications monthly trigger

A new monthly trigger type for scheduled notifications has been added to expo-notifications.

expo-modules-core onKeyDown and onKeyLongPress

onKeyDown and onKeyLongPress have been added to ReactActivityHandler on Android in expo-modules-core.

expo-modules-core onUserLeaveHint support

Support for onUserLeaveHint has been added to expo-modules-core on Android.

expo-modules-core web modules global registration

Modules are now registered in global on the web in expo-modules-core.

expo-modules-core SharedObject function parameter support iOS

Support for passing SharedObjects as a function parameter has been added to expo-modules-core on iOS.

expo-modules-core startObserving stopObserving web support

Support for startObserving and stopObserving has been added on the web in expo-modules-core.

expo-modules-core C++ EventEmitter exported

The exported EventEmitter has been switched to the C++ implementation in expo-modules-core.

expo-modules-core SwiftUI experimental support

Experimental support for rendering SwiftUI views has been added to expo-modules-core on iOS.

expo-media-library Android 14 partial asset access

On Android 14+, when user gave only partial asset access, presentPermissionsPickerAsync() now presents the permissions dialog to allow the user to change the selected assets in expo-media-library.

expo-location iOS Swift migration

The native module of expo-location has been migrated to Swift on iOS.

expo-local-authentication macOS support

Support for macOS platform has been added to expo-local-authentication.

expo-linking getLinkingURL native function

A native getLinkingURL function has been added to expo-linking.

expo-image-manipulator new API

A new API for image manipulation has been introduced to expo-image-manipulator on iOS, Web, and Android.

expo-image-picker live photos iOS support

Support for picking live photos from the library has been added to expo-image-picker on iOS.

expo-font getLoadedFonts function

A getLoadedFonts() function has been added to expo-font.

expo-device 2024 Apple devices

Some missing entries for 2024 Apple devices have been added to expo-device on iOS.

expo-file-system new file system module

A new file system module has been added to expo-file-system with path utilities, directory operations, file properties, and more.

expo-file-system Apple shared app groups

Apple shared app groups support has been added to expo-file-system.

expo-constants React Server support

Support for React Server environments has been added to expo-constants.

expo-camera autoFocus prop

An autoFocus prop has been added to expo-camera to allow setting the device focus mode.

expo-camera Android aspect ratio support

Support for setting the aspect ratio of the camera has been added to expo-camera on Android.

expo-camera front facing mirror support

Support for mirroring the output of the front facing camera has been added to expo-camera.

expo-camera animateShutter prop and shutter sound

Added animateShutter prop to expo-camera to provide feedback when a picture is taken. Also added shutter sound on Android.

expo-camera scanFromURLAsync support

Added support for scanning barcodes from a provided image URL in expo-camera using scanFromURLAsync.

expo-image-picker legacy option added

Added new legacy option to ImagePickerOptions in expo-image-picker to allow using the legacy image picker on Android.

expo-image-manipulator WEBP conversion support

Added support for converting to WEBP on Android and iOS in expo-image-manipulator.

expo-contacts native contact picker support

It is now possible to select contacts using OS-provided native contact pickers in expo-contacts.

expo-haptics rigid and soft impact types

Introduced rigid and soft impact types in expo-haptics.

expo-location formattedAddress on Android

Added formattedAddress to the LocationGeocodedAddress in expo-location on Android.

expo-localization forcesRTL manifest flag

Added a forcesRTL manifest flag in expo-localization for forcing RTL to be on.

expo-local-authentication weak and strong biometric support

Added support for weak and strong biometric authentication in expo-local-authentication on Android.

expo-secure-store canUseBiometricAuthentication function

Added canUseBiometricAuthentication function in expo-secure-store.

expo-screen-capture getPermissionsAsync and requestPermissionsAsync

Added getPermissionsAsync and requestPermissionsAsync methods in expo-screen-capture.

expo-store-review TestFlight distribution behavior

StoreReview.isAvailableAsync() on iOS now resolves to false for apps distributed through TestFlight.

expo-sqlite executeForRawResultAsync added

Added SQLiteStatement.executeForRawResultAsync() in expo-sqlite/next API which returns array based raw values instead of key-value based row values.

expo-sqlite serializeAsync and deserializeDatabaseAsync

Added serializeAsync() and deserializeDatabaseAsync() to serialize and deserialize databases in expo-sqlite.

expo-sqlite SQLiteProvider.assetSource

Added SQLiteProvider.assetSource in expo-sqlite to import an existing database from assets.

expo-sqlite version 3.45.3 and bytecodevtab feature

Bumped SQLite version to 3.45.3 and enabled the bytecodevtab feature in expo-sqlite.

Give your agent this brain