General
PromptBeginner5 minmarkdown
`components/`
`hooks/`
0
Explore
105,414 skills indexed with the new KISS metadata standard.
`hooks/`
`app/`
`next.config.*`
`apps/` directories
compiler options)
scripts)
`lerna.json`
`next.config.js`
`src/components/`
`src/store/`
`ios/*/`
`npm run ios`
`*.ios.tsx`
tab
`useURL`
`TurboModule` | native-module |
`useStore` | zustand-store |
`export function use*()` | rn-hook |
`configureStore` | redux-slice |
`NavigationContainer` | rn-navigation |
`components/`
`export function *Screen` | rn-screen |
`StyleSheet.create` | rn-component |
`app/`