·1k-patching-native-modules
</>

1k-patching-native-modules

onekeyhq/app-monorepo

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

6Installs·2Trend·@onekeyhq

Installation

$npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-patching-native-modules

SKILL.md

Follow this workflow to analyze crash logs, fix native module bugs, and generate patches.

| Crash Type | Common Cause | Fix Pattern |

| EXCBADACCESS | Nil pointer dereference | Add guard let check | | KERNINVALIDADDRESS | Accessing deallocated memory | Use weak references | | NullPointerException | Null object access | Add null check | | OutOfMemoryError | Large image/data processing | Add size limits |

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs. Source: onekeyhq/app-monorepo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-patching-native-modules
Category
</>Dev Tools
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is 1k-patching-native-modules?

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs. Source: onekeyhq/app-monorepo.

How do I install 1k-patching-native-modules?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-patching-native-modules Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/onekeyhq/app-monorepo