Home
last modified time | relevance | path

Searched refs:Actions (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-image-manipulator/android/src/main/java/expo/modules/imagemanipulator/arguments/
H A DActions.kt10 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 DActions.kt10 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 DActions.kt10 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 DActions.kt15 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 DImageManipulatorModule.kt7 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 DImageManipulatorModule.kt7 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 DImageManipulatorModule.kt7 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 DImageManipulatorModule.kt8 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 Dgithub-actions.mdx2 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 Dgetting-started.mdx128 You can publish updates continuously with GitHub Actions. See [Using GitHub Actions with EAS Update…
H A Dintroduction.mdx45 title="Use GitHub Actions"
/expo/fastlane/actions/
H A Dgenerate_test_scheme.rb4 module Actions module
/expo/fastlane/
H A DFastfile15 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 DREADME.md14 # Available Actions
/expo/docs/pages/workflow/
H A Dandroid-studio-emulator.mdx22 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 Dbuilding-on-ci.mdx8 … 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 Dbuilding-from-github.mdx9 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 DMainNavigator.tsx89 // The timeout is too short for GitHub Actions CI with Hermes and causes test failures.
/expo/docs/pages/accounts/
H A Dprogrammatic-access.mdx22 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 Daction.yml30 # 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 Ddevelopment-workflows.mdx84 …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 DUpdatesStateMachine.js.map1 …Manifest;\n checkError?: Error;\n downloadError?: Error;\n}\n\n/**\n * Actions that modify the c…
/expo/docs/pages/build-reference/
H A Dvariables.mdx236 …should be careful to not confuse setting environment variables on GitHub Actions (or the provider …
/expo/docs/pages/router/migrate/
H A Dfrom-react-navigation.mdx327 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 Dcontacts.mdx718 | allowsActions | `boolean` | Actions like share, add, create. …

12