Skip to content

t1k-modules.json

registryVersion: 2

PresetModulesCross-kit modules
fullβ€”β€”
productionbase, performanceβ€”

Raw JSON (ground truth)
{
"kitName": "theonekit-rn",
"modules": {
"base": {
"activationFragment": "t1k-activation-base.json",
"dependencies": [
"theonekit-core:t1k-extended"
],
"description": "React Native fundamentals β€” Expo Router, state management, components, navigation, diagram adapter",
"required": true,
"skills": [
"t1k-rn-base-architecture",
"t1k-rn-base-components",
"t1k-rn-base-navigation",
"t1k-rn-base-state-management",
"t1k-rn-base-platform-specific",
"t1k-rn-base-script-graph",
"t1k-rn-base-mobile-development"
]
},
"performance": {
"activationFragment": "t1k-activation-performance.json",
"dependencies": [
"base"
],
"description": "Performance optimization β€” Hermes, Reanimated, Turbo Modules, EAS Build",
"required": false,
"skills": [
"t1k-rn-performance-optimization",
"t1k-rn-performance-native-modules",
"t1k-rn-performance-animations",
"t1k-rn-performance-deployment"
]
}
},
"presets": {
"full": "*",
"production": {
"description": "Production-ready React Native β€” base + performance optimization (Hermes, Reanimated, Turbo Modules, EAS Build)",
"modules": [
"base",
"performance"
]
}
},
"registryVersion": 2
}