| /expo/packages/expo-image-manipulator/android/src/main/java/expo/modules/imagemanipulator/arguments/ |
| H A D | Actions.kt | 10 class Actions(val actions: List<Action>) { class 12 fun fromArgument(actionList: List<ManipulateAction>): Actions { in fromArgument() 30 return Actions(actions) in fromArgument()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imagemanipulator/arguments/ |
| H A D | Actions.kt | 10 class Actions(val actions: List<Action>) { class 12 fun fromArgument(actionList: List<ManipulateAction>): Actions { in fromArgument() 30 return Actions(actions) in fromArgument()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imagemanipulator/arguments/ |
| H A D | Actions.kt | 10 class Actions(val actions: List<Action>) { class 12 fun fromArgument(actionList: List<ManipulateAction>): Actions { in fromArgument() 30 return Actions(actions) in fromArgument()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagemanipulator/arguments/ |
| H A D | Actions.kt | 15 class Actions(public val actions: List<Action>) { class 17 fun fromArgument(rawList: ArrayList<Any?>): Actions { in fromArgument() 30 return Actions(actions) in fromArgument()
|
| /expo/packages/expo-image-manipulator/android/src/main/java/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 7 import expo.modules.imagemanipulator.arguments.Actions in <lambda>() 27 val actions = Actions.fromArgument(actionsRaw) in <lambda>() 43 …private fun runActions(bitmap: Bitmap, actions: Actions, saveOptions: SaveOptions, promise: Promis… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 7 import abi49_0_0.expo.modules.imagemanipulator.arguments.Actions in <lambda>() 27 val actions = Actions.fromArgument(actionsRaw) in <lambda>() 43 …private fun runActions(bitmap: Bitmap, actions: Actions, saveOptions: SaveOptions, promise: Promis… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 7 import abi48_0_0.expo.modules.imagemanipulator.arguments.Actions in <lambda>() 27 val actions = Actions.fromArgument(actionsRaw) in <lambda>() 43 …private fun runActions(bitmap: Bitmap, actions: Actions, saveOptions: SaveOptions, promise: Promis… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagemanipulator/ |
| H A D | ImageManipulatorModule.kt | 8 import abi47_0_0.expo.modules.imagemanipulator.arguments.Actions in <lambda>() 42 val actions = Actions.fromArgument(actionsRaw) in <lambda>() 63 …private fun runActions(bitmap: Bitmap, actions: Actions, saveOptions: SaveOptions, promise: Promis… in <lambda>()
|
| /expo/docs/pages/eas-update/ |
| H A D | github-actions.mdx | 2 title: Use GitHub Actions 3 description: Learn how to use GitHub Actions to automate publishing updates with EAS Update. 8 …nction that runs every time an event on GitHub occurs. We can use GitHub Actions to automate build… 12 We can configure GitHub Actions to run on any GitHub event. One of the most common use cases is to … 79 …es or organizations might need to explicitly enable GitHub Workflows and allow third-party Actions. 148 … section. Only one valid `EXPO_TOKEN` is required to authenticate GitHub Actions with your Expo ac… 161 …es or organizations might need to explicitly enable GitHub Workflows and allow third-party Actions.
|
| H A D | getting-started.mdx | 128 You can publish updates continuously with GitHub Actions. See [Using GitHub Actions with EAS Update…
|
| H A D | introduction.mdx | 45 title="Use GitHub Actions"
|
| /expo/fastlane/actions/ |
| H A D | generate_test_scheme.rb | 4 module Actions module
|
| /expo/fastlane/ |
| H A D | Fastfile | 15 bundle_short_version = Actions.lane_context[SharedValues::VERSION_NUMBER] 132 Actions.lane_context[SharedValues::VERSION_NUMBER] = get_version_number( 250 APP_PROVISIONING_PROFILE: Actions.lane_context[Actions::SharedValues::SIGH_UDID],
|
| H A D | README.md | 14 # Available Actions
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 22 Open the **Android Studio** app, click **More Actions** and then select **SDK Manager**. 90 On the Android Studio main screen, click **More Actions**, then **Virtual Device Manager** in the d…
|
| /expo/docs/pages/build/ |
| H A D | building-on-ci.mdx | 8 … trigger builds on EAS for your app from a CI environment such as GitHub Actions, Travis CI, and m… 182 <Collapsible summary="GitHub Actions">
|
| H A D | building-from-github.mdx | 9 You can trigger builds on EAS for your app from a CI environment such as GitHub Actions, Travis CI,…
|
| /expo/apps/bare-expo/ |
| H A D | MainNavigator.tsx | 89 // The timeout is too short for GitHub Actions CI with Hermes and causes test failures.
|
| /expo/docs/pages/accounts/ |
| H A D | programmatic-access.mdx | 22 If you are using GitHub Actions, [you can configure the `token` property](https://github.com/expo/e…
|
| /expo/.github/actions/use-android-emulator/ |
| H A D | action.yml | 30 # Sorry that we can't use a loop here, because GitHub Actions doesn't support it yet.
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | development-workflows.mdx | 84 …n-pull-requests) to implement this workflow in your project using GitHub Actions or serve as a tem…
|
| /expo/packages/expo-updates/build/statemachine/ |
| H A D | UpdatesStateMachine.js.map | 1 …Manifest;\n checkError?: Error;\n downloadError?: Error;\n}\n\n/**\n * Actions that modify the c…
|
| /expo/docs/pages/build-reference/ |
| H A D | variables.mdx | 236 …should be careful to not confuse setting environment variables on GitHub Actions (or the provider …
|
| /expo/docs/pages/router/migrate/ |
| H A D | from-react-navigation.mdx | 327 Actions are always handled in Expo Router. Use [dynamic routes](/routing/create-pages/#dynamic-rout…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 718 | allowsActions | `boolean` | Actions like share, add, create. …
|