| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | brightness.mdx | 3 description: A library that provides access to an API for getting and setting the screen brightness. 16 …setting, and each app has its own brightness setting that can optionally override the global setti… 76 An error occurred when getting or setting the app brightness. 80 An error occurred when getting or setting the system brightness mode. See the `nativeError` propert… 88 An error occurred when getting or setting the system brightness.
|
| H A D | clipboard.mdx | 3 description: A universal library that allows getting and setting Clipboard content. 13 **`expo-clipboard`** provides an interface for getting and setting Clipboard content on Android, iO…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | brightness.mdx | 3 description: A library that provides access to an API for getting and setting the screen brightness. 16 …setting, and each app has its own brightness setting that can optionally override the global setti… 76 An error occurred when getting or setting the app brightness. 80 An error occurred when getting or setting the system brightness mode. See the `nativeError` propert… 88 An error occurred when getting or setting the system brightness.
|
| H A D | clipboard.mdx | 3 description: A universal library that allows getting and setting Clipboard content. 13 **`expo-clipboard`** provides an interface for getting and setting Clipboard content on Android, iO…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | brightness.mdx | 3 description: A library that provides access to an API for getting and setting the screen brightness. 18 …setting, and each app has its own brightness setting that can optionally override the global setti… 86 An error occurred when getting or setting the app brightness. 90 An error occurred when getting or setting the system brightness mode. See the `nativeError` propert… 98 An error occurred when getting or setting the system brightness.
|
| H A D | clipboard.mdx | 3 description: A universal library that allows getting and setting Clipboard content. 13 **`expo-clipboard`** provides an interface for getting and setting Clipboard content on Android, iO…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | brightness.mdx | 3 description: A library that provides access to an API for getting and setting the screen brightness. 18 …setting, and each app has its own brightness setting that can optionally override the global setti… 86 An error occurred when getting or setting the app brightness. 90 An error occurred when getting or setting the system brightness mode. See the `nativeError` propert… 98 An error occurred when getting or setting the system brightness.
|
| H A D | clipboard.mdx | 3 description: A universal library that allows getting and setting Clipboard content. 13 **`expo-clipboard`** provides an interface for getting and setting Clipboard content on Android, iO…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | brightness.mdx | 3 description: A library that provides access to an API for getting and setting the screen brightness. 18 …setting, and each app has its own brightness setting that can optionally override the global setti… 86 An error occurred when getting or setting the app brightness. 90 An error occurred when getting or setting the system brightness mode. See the `nativeError` propert… 98 An error occurred when getting or setting the system brightness.
|
| H A D | clipboard.mdx | 3 description: A universal library that allows getting and setting Clipboard content. 13 **`expo-clipboard`** provides an interface for getting and setting Clipboard content on Android, iO…
|
| /expo/tools/ |
| H A D | taskfile-swc.js | 12 const setting = { variable 35 const outputFilePath = path.dirname(path.join(__dirname, setting.output, filePath)); 41 ...setting.options,
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile-swc.js | 43 const setting = ENVIRONMENTS[environment]; 46 const outputFilePath = path.dirname(path.join(__dirname, setting.output, filePath)); 52 ...setting.options,
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | PermissionsHook-test.ts | 177 { initialProps: { get: true, setting: 'something' } } 181 expect(getMethod).toHaveBeenCalledWith(expect.objectContaining({ setting: 'something' })); 250 { initialProps: { request: true, setting: 'something' } } 254 expect(requestMethod).toHaveBeenCalledWith(expect.objectContaining({ setting: 'something' }));
|
| /expo/packages/expo-notifications/ios/EXNotifications/Permissions/ |
| H A D | EXUserFacingNotificationsPermissionsRequester.m | 145 - (NSNumber *)showPreviewsSettingToEnum:(UNShowPreviewsSetting)setting { 146 switch (setting) { 185 - (nullable NSNumber *)notificationSettingToNumber:(UNNotificationSetting)setting 187 switch (setting) {
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI47_0_0EXUserFacingNotificationsPermissionsRequester.m | 145 - (NSNumber *)showPreviewsSettingToEnum:(UNShowPreviewsSetting)setting { 146 switch (setting) { 185 - (nullable NSNumber *)notificationSettingToNumber:(UNNotificationSetting)setting 187 switch (setting) {
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI49_0_0EXUserFacingNotificationsPermissionsRequester.m | 145 - (NSNumber *)showPreviewsSettingToEnum:(UNShowPreviewsSetting)setting { 146 switch (setting) { 185 - (nullable NSNumber *)notificationSettingToNumber:(UNNotificationSetting)setting 187 switch (setting) {
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI48_0_0EXUserFacingNotificationsPermissionsRequester.m | 145 - (NSNumber *)showPreviewsSettingToEnum:(UNShowPreviewsSetting)setting { 146 switch (setting) { 185 - (nullable NSNumber *)notificationSettingToNumber:(UNNotificationSetting)setting 187 switch (setting) {
|
| /expo/docs/pages/guides/ |
| H A D | ios-developer-mode.mdx | 12 Devices running iOS 16 and above need to enable OS-level **Developer Mode** setting before they can… 25 alt="Navigating to Developer Mode setting" 37 alt="Navigating to Developer Mode setting"
|
| /expo/packages/expo-screen-capture/ios/EXScreenCapture/ |
| H A D | EXScreenCaptureModule.m | 52 // Avoid setting duplicate observers 101 // Avoid setting duplicate observers
|
| /expo/ios/versioned/sdk47/EXScreenCapture/EXScreenCapture/ |
| H A D | ABI47_0_0EXScreenCaptureModule.m | 52 // Avoid setting duplicate observers 101 // Avoid setting duplicate observers
|
| /expo/ios/versioned/sdk49/EXScreenCapture/EXScreenCapture/ |
| H A D | ABI49_0_0EXScreenCaptureModule.m | 52 // Avoid setting duplicate observers 101 // Avoid setting duplicate observers
|
| /expo/ios/versioned/sdk48/EXScreenCapture/EXScreenCapture/ |
| H A D | ABI48_0_0EXScreenCaptureModule.m | 52 // Avoid setting duplicate observers 101 // Avoid setting duplicate observers
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/ |
| H A D | ABI48_0_0EXUpdatesBuildData.m | 54 NSLog(@"Error setting static build data: %@", setStaticBuildDataError); 96 NSLog(@"Error setting static build data: %@", setStaticBuildDataError);
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/ |
| H A D | ABI47_0_0EXUpdatesBuildData.m | 54 NSLog(@"Error setting static build data: %@", setStaticBuildDataError); 96 NSLog(@"Error setting static build data: %@", setStaticBuildDataError);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/SafeAreaView/ |
| H A D | ABI48_0_0RCTSafeAreaShadowView.m | 34 * Removing support for setting padding from any outside code
|