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-core

512 notes in this subject, read out of this brain and free to use. This is page 8 of 9.

expo-modules-core JSI layer split out

The JSI layer has been split out from expo-modules-core into a separate component.

expo-modules-core executeOnJavaScriptThread deprecation

executeOnJavaScriptThread is deprecated in favor of runtime.schedule.

expo-modules-core ArrayBuffer support Android

expo-modules-core on Android adds support for ArrayBuffer and ability to create ArrayBuffer in native modules.

expo-modules-core ArrayBuffer support iOS

expo-modules-core on iOS adds support for ArrayBuffer.

expo-modules-core Class definition for shared objects now optional

In expo-modules-core, Class definition for shared objects is now optional.

expo-modules-core StaticFunction and StaticAsyncFunction added

StaticFunction and StaticAsyncFunction have been added to Class in modules API.

expo-modules-core RNHost for SwiftUI views

expo-modules-core on iOS adds RNHost to improve React Native component layout inside SwiftUI views.

expo-modules-core ignoreSafeAreaKeyboardInsets to SwiftUIHostingView

expo-modules-core on iOS adds ignoreSafeAreaKeyboardInsets to SwiftUIHostingView.

expo-modules-core JavaScriptActor for thread isolation

expo-modules-core on iOS introduces global JavaScriptActor to isolate code requiring running on the JavaScript thread.

expo-modules-core JSI runtime access via RCTHostRuntimeDelegate

expo-modules-core on iOS now accesses JSI runtime from public RCTHostRuntimeDelegate instead of unofficial bridge.runtime.

expo-modules-core Encodable Swift types conversion

expo-modules-core on iOS allows Swift's Encodable types to be converted to JavaScript values.

expo-modules-core ExpoAppDelegate inheritance no longer required

ExpoAppDelegate inheritance requirement has been removed in ExpoReactNativeFactory.

expo-modules-core ExpoAppDelegateSubscriberManager class added

expo-modules-core on iOS introduces ExpoAppDelegateSubscriberManager class for managing app delegate subscribers.

expo-modules-core applicationDidReceiveMemoryWarning subscription

expo-modules-core on iOS adds applicationDidReceiveMemoryWarning subscribing to ExpoAppDelegateSubscriberManager.

expo-modules-core AppContext reloadAppAsync method

expo-modules-core adds reloadAppAsync method to AppContext.

expo-contacts ContactAccessButton from SwiftUI

expo-contacts exposed ContactAccessButton from SwiftUI on iOS in PR #33782.

expo-sqlite web support

expo-sqlite added web support in PR #35207.

expo-sqlite experimental libSQL support

expo-sqlite added experimental libSQL support in PRs #34177 and #34205.

expo-sqlite Session Extension support

expo-sqlite added SQLite Session Extension support in PRs #35457, #35458, #35459, #35461, and #35476.

expo-sqlite backup APIs

expo-sqlite added backupDatabaseAsync and backupDatabaseSync APIs in PR #35604.

expo-secure-store iOS access groups support

expo-secure-store added support for access groups on iOS in PR #36056.

expo-print textZoom option for Android

expo-print added a textZoom option to override font scaling applied by the user's Android device settings in PR #33784.

expo-modules-core CSS properties support on Android

expo-modules-core added support for CSS properties (border, background, and shadow) by default on Android in PR #33074.

expo-modules-core SwiftUI children rendering support

expo-modules-core added support for rendering children components in SwiftUI views in PR #33271.

expo-modules-core Jetpack Compose views support on Android

expo-modules-core added support for Jetpack Compose views on Android in PR #33759.

expo-modules-core async functions in SwiftUI views

expo-modules-core added support for async functions by SwiftUI views on iOS in PR #34853.

expo-modules-core UnwrappedChildren for nested SwiftUI views

expo-modules-core added UnwrappedChildren for nested SwiftUI views on iOS in PR #34954.

expo-modules-core macOS support

expo-modules-core added ExpoAppDelegate support for macOS in PR #35061, support for macOS AppDelegate subscribers in PR #35062, and SwiftUI views support for macOS in PR #35078.

expo-modules-core Constant API

expo-modules-core added common constants to the CoreModule in PR #35057, the Constant API on Android in PR #35157, and the Constant API on iOS in PR #35199.

expo-media-library pairedVideoAsset for Live Photo support

expo-media-library added pairedVideoAsset for Live Photo support on iOS in PR #33274.

expo-media-library album parameter to createAssetAsync

expo-media-library added an album parameter to createAssetAsync in PR #35686.

expo-media-library initialAssetLocalUri parameter to createAlbumAsync

expo-media-library added initialAssetLocalUri to createAlbumAsync in PR #35692.

expo-mail-composer get mail client functionality

expo-mail-composer added get mail client functionality in PR #25468.

expo-linking App Clips support on iOS

expo-linking added basic support for App Clips on iOS in PR #34327.

expo-linking macOS support

expo-linking added macOS support in PR #35064.

expo-intent-launcher openApplication synchronous function

expo-intent-launcher added a synchronous function openApplication to open an application by its package name in PR #25468.

expo-intent-launcher getApplicationIconAsync function

expo-intent-launcher added an asynchronous function getApplicationIconAsync to retrieve the icon of an application by its package name in PR #25468.

expo-localization languageScriptCode

expo-localization added languageScriptCode in PR #34984.

expo-image-picker ordered selection and default tab selection on Android

expo-image-picker added support for ordered selection and default tab selection on Android in PR #34223.

expo-image-picker cameraType support in web

expo-image-picker added support for cameraType in web implementation in PR #35221.

expo-haptics performAndroidHapticsAsync on Android

expo-haptics added a new method performAndroidHapticsAsync() on Android. The Vibrator api is no longer recommended. This method avoids it in PR #34077.

expo-haptics Web Vibration API support

expo-haptics added web support using Web Vibration API in PR #34131.

expo-file-system file handles and new APIs

expo-file-system added file handles in PR #31738, .bytes() and writing Uint8Array support in PR #33020, blob support and .blob() function in PR #33152, and options to the create function in PR #32909.

expo-document-picker com.apple.developer.ubiquity-kvstore-identifier entitlement

expo-document-picker allowed setting of the com.apple.developer.ubiquity-kvstore-identifier entitlement directly on iOS in PR #34338.

expo-font react-server environment support

expo-font added support for loading expo-font in a react-server environment in PR #34736.

expo-font render to image

expo-font added render to image functionality in PR #36185.

expo-contacts isFavorite property support on Android

expo-contacts added the ability to read and write starred property as isFavorite of contacts on Android in PR #33208 and the ability to change isFavorite property using updateContactAsync in PR #34483.

expo-contacts presentAccessPickerAsync function

expo-contacts added presentAccessPickerAsync function that presents the iOS 18.0+ picker for limited contacts access in PR #33771.

expo-contacts limited permission status on iOS

expo-contacts disambiguated limited permission status from granted on iOS in PR #35772.

expo-calendar nullable dates for getRemindersAsync

expo-calendar allowed nullable dates for getRemindersAsync in PR #33264.

expo-camera videoBitrate prop

expo-camera added videoBitrate prop to allow setting the bitrate used when recording a video in PR #33087.

expo-camera Google Code Scanner support on Android

expo-camera added support for the Google Code Scanner on Android, similar to the DataScannerViewController used on iOS, in PR #33347.

expo-camera pause and resume video recording

expo-camera added support for pausing and resuming a video recording in PR #34002.

expo-camera image ref support

expo-camera added support for returning image ref in PRs #34656 and #34693.

expo-camera PNG image saving in native

expo-camera added support for saving images as PNGs in native in PR #35615.

expo-camera lens selection on iOS

expo-camera added support for selecting which lens to use for the camera on iOS in PR #36233.

expo-asset RSC support

expo-asset added RSC support in PR #34213.

expo-asset .riv media type support

expo-asset added .riv to accepted media types in PR #35758.

expo-apple-authentication formatFullName method

expo-apple-authentication added formatFullName method to format tokenized full name object into a local-aware string representation in PR #32567.

Android SDK minimum support dropped to 23 across expo modules

Support for Android SDK 21 and 22 has been dropped across all exposed modules including expo-camera, expo-font, expo-gl, expo-image-manipulator, expo-keep-awake, expo-image-picker, expo-intent-launcher, expo-linear-gradient, expo-mail-composer, expo-local-authentication, expo-location, expo-media-library, expo-localization, expo-modules-core, expo-notifications, expo-print, expo-device, expo-screen-capture, expo-network, expo-sensors, expo-random, expo-secure-store, expo-screen-orientation, expo-sms, expo-store-review, expo-task-manager, expo-speech, expo-sharing, expo-video-thumbnails, expo-web-browser, expo-sqlite, and unimodules-app-loader.

Give your agent this brain