| /expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/selectors/ |
| H A D | Views.kt | 4 val main = TaggedView("DevLauncherErrorScreen") constant 12 val main = TaggedView("DevLauncherMainScreen") constant 19 val main = TaggedView("DevMenuMainScreen") constant 23 val main = TaggedView("BundledAppMainScreen") constant
|
| /expo/packages/expo-dev-menu/ios/UITests/ |
| H A D | DevMenuLooper.swift | 6 RunLoop.main.run(mode: .default, before: Date(timeIntervalSinceNow: sec)) in runMainLoop() 7 RunLoop.main.run(mode: .common, before: Date(timeIntervalSinceNow: sec)) in runMainLoop() 8 RunLoop.main.run(mode: .tracking, before: Date(timeIntervalSinceNow: sec)) in runMainLoop() 14 DispatchQueue.main.async { in runMainLoopUntilEmpty()
|
| /expo/guides/releasing/ |
| H A D | Release Branches.md | 6 …- [The bug has been fixed on main but not on the release branch.](#the-bug-has-been-fixed-on-main-… 7 …- [main has significantly diverged from the release branch.](#main-has-significantly-diverged-from… 8 …x on the release branch instead of main.](#it-s-easier-to-write-and-test-the-fix-on-the-release-br… 14 …main branch are ready for the next release. This happens after we have created versioned code for … 22 1. Release from the release branch, not from main. 23 2. Commit bug fixes first to main, not to the release branch. 24 3. Cherry-pick the bug fixes from main to the release branch. 38 ### The bug has been fixed on main but not on the release branch. 42 ### main has significantly diverged from the release branch. 46 ### It’s easier to write and test the fix on the release branch instead of main. [all …]
|
| /expo/packages/html-elements/babel/__tests__/fixtures/ |
| H A D | one.js | 5 <main className="flex-1 items-center justify-center"> 15 <main className="pt-6 md:p-8 text-center md:text-left space-y-4"> 25 </main> 27 </main>
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthCard.tsx | 15 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/facebook.png?ra… 21 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/imgur.png?raw=t… 27 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/uber.png?raw=tr… 33 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=… 39 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=… 45 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/azure.png?raw=t… 51 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/fitbit.png?raw=… 57 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/reddit.png?raw=… 75 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/github.png?raw=… 81 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/slack.png?raw=t… [all …]
|
| /expo/ios/versioned/sdk48/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 21 .runOnQueue(.main) in definition() 27 .runOnQueue(.main) in definition() 38 .runOnQueue(.main) in definition() 44 .runOnQueue(.main) in definition()
|
| /expo/ios/versioned/sdk47/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 21 .runOnQueue(.main) in definition() 27 .runOnQueue(.main) in definition() 38 .runOnQueue(.main) in definition() 44 .runOnQueue(.main) in definition()
|
| /expo/packages/expo-av/android/legacy/ |
| H A D | CMakeLists.txt | 18 ${SRC_DIR}/main/cpp/EXAV.cpp 19 ${SRC_DIR}/main/cpp/JPlayerData.cpp 20 ${SRC_DIR}/main/cpp/JAVManager.cpp 38 "${REACT_NATIVE_DIR}/ReactAndroid/src/main/jni" 39 "${REACT_NATIVE_DIR}/ReactAndroid/src/main/jni/react/turbomodule" 40 "${REACT_NATIVE_DIR}/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni"
|
| /expo/docs/public/static/diffs/ |
| H A D | expo-update-strings-xml.diff | 1 diff --git android/app/src/main/res/values/strings.xml 2 --- a/android/app/src/main/res/values/strings.xml 3 +++ b/android/app/src/main/res/values/strings.xml
|
| /expo/packages/expo-av/android/ |
| H A D | CMakeLists.txt | 17 src/main/cpp/EXAV.cpp 18 src/main/cpp/JPlayerData.cpp 19 src/main/cpp/JAVManager.cpp 28 "${REACT_NATIVE_DIR}/ReactAndroid/src/main/jni/react/turbomodule"
|
| /expo/packages/expo-web-browser/ios/ |
| H A D | WebBrowserModule.swift | 34 .runOnQueue(.main) in definition() 40 .runOnQueue(.main) in definition() 51 .runOnQueue(.main) in definition() 57 .runOnQueue(.main) in definition()
|
| /expo/ios/versioned/sdk49/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 34 .runOnQueue(.main) in definition() 40 .runOnQueue(.main) in definition() 51 .runOnQueue(.main) in definition() 57 .runOnQueue(.main) in definition()
|
| /expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/tests/ |
| H A D | DevClientBasicTest.kt | 35 Views.DevMenu.main.isDisplayed() in <lambda>() 39 Views.DevLauncher.main.isDisplayed() in <lambda>() 46 Views.DevMenu.main.isDisplayed() in <lambda>() 50 Views.DevLauncher.main.isDisplayed() in <lambda>() 53 Views.DevMenu.main.isDisplayed() in <lambda>() 72 Views.DevLauncher.ErrorScreen.main.isDisplayed(shouldWait = false) in <lambda>() 81 Views.DevLauncher.ErrorScreen.main.isDisplayed(shouldWait = false) in <lambda>() 84 Views.DevLauncher.main.isDisplayed() in <lambda>()
|
| /expo/packages/expo-brightness/ios/ |
| H A D | BrightnessModule.swift | 42 UIScreen.main.brightness = brightnessValue in definition() 44 .runOnQueue(.main) in definition() 47 return UIScreen.main.brightness in definition() 82 sendEvent(brightnessChangeEvent, ["brightness": UIScreen.main.brightness]) in brightnessDidChange()
|
| /expo/ios/versioned/sdk48/ExpoBrightness/ |
| H A D | BrightnessModule.swift | 42 UIScreen.main.brightness = brightnessValue in definition() 44 .runOnQueue(.main) in definition() 47 return UIScreen.main.brightness in definition() 82 sendEvent(brightnessChangeEvent, ["brightness": UIScreen.main.brightness]) in brightnessDidChange()
|
| /expo/ios/versioned/sdk49/ExpoBrightness/ |
| H A D | BrightnessModule.swift | 42 UIScreen.main.brightness = brightnessValue in definition() 44 .runOnQueue(.main) in definition() 47 return UIScreen.main.brightness in definition() 82 sendEvent(brightnessChangeEvent, ["brightness": UIScreen.main.brightness]) in brightnessDidChange()
|
| /expo/packages/@expo/config/src/paths/ |
| H A D | paths.ts | 67 const { main } = pkg; constant 68 if (main && typeof main === 'string') { 70 let entry = getFileWithExtensions(projectRoot, main, extensions); 73 entry = resolveFromSilentWithExtensions(projectRoot, main, extensions);
|
| /expo/tools/src/react-native-nightlies/patches/ |
| H A D | react-native-safe-area-context.patch | 1 …text/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt b/node_modules/react-nati… 3 --- a/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareaconte… 4 +++ b/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareaconte… 53 …t/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaViewManager.kt b/node_modules/react-… 55 --- a/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareaconte… 56 +++ b/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareaconte…
|
| /expo/packages/expo-navigation-bar/ |
| H A D | README.md | 9 - [Documentation for the main branch][docs-main] 30 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/navigation-… 34 [unimodules]: https://github.com/expo/expo/tree/main/packages/react-native-unimodules 35 [status-bar]: https://github.com/expo/expo/tree/main/packages/expo-status-bar
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | register-root-component.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo/src/launch' 23 Update the **android/app/src/main/your-package/MainActivity.java** file to use the name `main` in t… 28 + return "main"; 36 …|mm|swift)** file to use the **moduleName** `main` in the `createRootViewWithBridge:bridge moduleN… 73 ### What if I want to name my main app file something other than App.js? 77 You can set the `"main"` in **package.json** to any file within your 82 For example, let's say you want to make `"src/main.js"` the entry file 88 "main": "src/main.js" 92 Then in `"src/main.js"`, make sure you call `registerRootComponent` and
|
| /expo/packages/expo-haptics/ios/ |
| H A D | HapticsModule.swift | 12 .runOnQueue(.main) in definition() 19 .runOnQueue(.main) in definition() 26 .runOnQueue(.main) in definition()
|
| /expo/ios/versioned/sdk48/ExpoHaptics/ |
| H A D | HapticsModule.swift | 12 .runOnQueue(.main) in definition() 19 .runOnQueue(.main) in definition() 26 .runOnQueue(.main) in definition()
|
| /expo/ios/versioned/sdk47/ExpoHaptics/ |
| H A D | HapticsModule.swift | 12 .runOnQueue(.main) in definition() 19 .runOnQueue(.main) in definition() 26 .runOnQueue(.main) in definition()
|
| /expo/ios/versioned/sdk49/ExpoHaptics/ |
| H A D | HapticsModule.swift | 12 .runOnQueue(.main) in definition() 19 .runOnQueue(.main) in definition() 26 .runOnQueue(.main) in definition()
|
| /expo/packages/expo-system-ui/ |
| H A D | README.md | 7 - [Documentation for the main branch][docs-main] 24 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/system-ui.m…
|