Loading...
Loading...
Master of Expo (SDK 55+), specialized in Development Builds, Expo Modules SDK, and Zero-Eject Native Orchestration.
npx skill4agent add yuniorglez/gemini-elite-core expo-expertexpo-dev-clientlocalStorage// ios/MyModule.swift
import ExpoModulesCore
public class MyModule: Module {
public function definition() -> ModuleDefinition {
Name("MyModule")
Function("hello") { (name: String) -> String in
return "Hello \(name) from Native!"
}
}
}// app/user/[id].tsx
import { useLocalSearchParams } from 'expo-router';
export default function UserPage() {
const { id } = useLocalSearchParams();
return <Text>User ID: {id}</Text>;
}eas update --branch production --message "Fix: Hydration error in Checkout"ios/androidreact-native-navigationExpo RouterAsyncStorageExpo SQLiteFile Systemapp.json| Issue | Likely Cause | 2026 Corrective Action |
|---|---|---|
| Native Module Missing | Using Go/Prebuilt Expo Go | Create a Development Build using |
| Build Failure (EAS) | Missing Config Plugin for a library | Verify |
| Stale OTA Update | Caching in the update manifest | Use |
| Android Edge-to-Edge | System UI not compatible with SDK 55 | Use |