Skip to content

Commit 14a4871

Browse files
hyochanclaude
andcommitted
fix: update expo-localization API usage and migrate to bun
- Fixed locale initialization error by using new getLocales() API - Replaced yarn.lock and package-lock.json with bun.lock - Added CLAUDE.md to document bun as the package manager 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b21e470 commit 14a4871

7 files changed

Lines changed: 6731 additions & 52703 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git add:*)"
5+
],
6+
"deny": []
7+
}
8+
}

CLAUDE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Project Configuration
2+
3+
## Package Manager
4+
This project uses **Bun** as the package manager.
5+
6+
## Commands
7+
- Install dependencies: `bun install`
8+
- Run development server: `bun start`
9+
- Run tests: `bun test`
10+
- Run linting: `bun lint`
11+
- Run type checking: `bun typecheck`
12+
13+
## Important Notes
14+
- Always use `bun` instead of `npm` or `yarn` for package management
15+
- The lock file is `bun.lock` (not `package-lock.json` or `yarn.lock`)

bun.lock

Lines changed: 6706 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bun.lockb

-954 KB
Binary file not shown.

0 commit comments

Comments
 (0)