callstack / callstack/react-native-paper
Use import aliases
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
**Is your feature request related to a problem? Please describe.**
Using too much `../../` in import statements is boring.
**Describe the solution you'd like**
Implement import alias `@/` instead of `../../` for better DX, maintaining and stability.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating the repository's TypeScript and bundler configuration and inventorying relative imports using ../../; determine how an @/ alias would work across the React Native build and development setup. Done means the alias is configured consistently and existing imports can use it without breaking builds or platform behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- build-system, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100