Abdullah Hashim avatar

Abdullah Hashim

Community

@sombek · Saudi Arabia

17Followers
|
54Public Repos
|
35Published Skills

Web Developer

Skills Distribution
DomainDeveloper To...Expo & React Nativ.. (40%)EAS Build, Deploy .. (25%)Native UI & Design.. (20%)Native Modules & P.. (15%)

Agent Skills by Abdullah Hashim

Showing 35 vetted skills indexed across 1 GitHub repositories.

sombeksombek

expo-dev-client

Build and distribute Expo development clients locally or via TestFlight using EAS Build.

Community
Intermediate
sombeksombek

expo-skill-eval

Evaluates Expo skills for trigger accuracy, code quality, and runtime rendering on simulators.

Community
Advanced
sombeksombek

eas-app-stores

Build and submit Expo apps to the iOS App Store, Google Play Store, and TestFlight using EAS.

Community
Advanced
sombeksombek

expo-migrate-module

Migrate Swift Expo native modules from the 1.0 definition DSL to the 2.0 macro API.

Community
Advanced
sombeksombek

react-native-rtl

Implements and reviews right-to-left layout support in React Native and Expo apps.

Community
Intermediate
sombeksombek

eas-update

Configure, publish, test, and debug over-the-air updates for Expo apps with EAS CLI.

Community
Advanced
sombeksombek

expo-module

Create Expo native modules and views using Swift, Kotlin, and TypeScript.

Community
Advanced
sombeksombek

expo-brownfield

Integrate Expo and React Native into existing native iOS and Android apps.

Community
Advanced
sombeksombek

expo-dom

Run web React code in native webviews using Expo DOM components.

Community
Intermediate
sombeksombek

eas-simulator

Run and control apps on remote iOS and Android simulators hosted on EAS cloud.

Community
Advanced
sombeksombek

expo-design-system

Build and audit token-based design systems for Expo React Native apps.

Community
Intermediate
sombeksombek

expo-web-to-native

Migrate a web React app to a native iOS/Android app with Expo, screen by screen.

Community
Advanced
sombeksombek

eas-workflows

Write and validate EAS workflow YAML files for Expo CI/CD pipelines.

Community
Intermediate
sombeksombek

expo-ui

Build native iOS and Android UI with @expo/ui universal and platform-specific components.

Community
Advanced
sombeksombek

expo-examples

Adapt or scaffold Expo's official with-* integration examples into React Native apps.

Community
Intermediate
sombeksombek

eas-hosting

Deploy Expo web apps and API routes to EAS Hosting on Cloudflare Workers.

Community
Intermediate
sombeksombek

expo-animation

Builds React Native and Expo animations with Reanimated, Gesture Handler, and haptics.

Community
Advanced
sombeksombek

eas-observe

Instrument Expo apps with expo-observe and query performance metrics via the EAS CLI.

Community
Advanced
sombeksombek

gluestack-ui-v5

Enforces opinionated styling patterns for gluestack-ui v5 with Tailwind CSS v4 and NativeWind v5.

Community
Advanced
sombeksombek

expo-native-ui

Build native-feeling Expo screens with Apple HIG styling, semantic colors, and native controls.

Community
Advanced
sombeksombek

expo-app-clip

Adds an iOS App Clip target to an Expo app with AASA hosting and TestFlight submission.

Community
Advanced
sombeksombek

expo-project-structure

Defines the recommended folder structure for new Expo apps using Expo Router.

Community
Intermediate
sombeksombek

expo-upgrade

Upgrades Expo SDK versions and migrates deprecated packages with step-by-step diagnostics.

Community
Advanced
sombeksombek

expo-router

Implements file-based navigation and routing for Expo Router apps.

Community
Intermediate

Frequently Asked Questions About Abdullah Hashim

FAQPage Schema
What tasks can I accomplish with sombek's Expo skill collection?

You can scaffold Expo projects, build native modules in Swift/Kotlin, add file-based routing with Expo Router, implement RTL layouts, create design systems and animations, deploy to app stores via EAS, ship OTA updates, host web builds on EAS Hosting, and monitor app performance with EAS Observe.

Who are these Expo and EAS skills designed for?

Mobile engineers and web developers building React Native or Expo apps, including those migrating web React codebases to native, integrating Expo into existing brownfield iOS/Android apps, or managing production release pipelines with EAS Build, Submit, and Update.

How do the EAS deployment skills work in practice?

The eas-app-stores skill configures eas.json build and submit profiles, then runs eas build and eas submit to ship to the App Store, Google Play, and TestFlight. The eas-update skill handles OTA channels and runtime versions, while eas-workflows authors CI/CD YAML in .eas/workflows/.

Are these skills free and open source?

Yes, all skills carry MIT licenses. The Expo framework skills are open source, while EAS skills (eas-app-stores, eas-update, eas-hosting, eas-simulator, eas-observe) target Expo's paid EAS cloud services, so using those services requires an EAS subscription.

What prerequisites do these skills require?

A project with an expo dependency in package.json, Node.js with npx for EAS CLI and create-expo commands, and for native work, Xcode for iOS (Swift, SwiftUI, App Clips) or Android toolchains for Kotlin/Jetpack Compose. The expo-overview skill routes tasks to the correct specialized skill.