margelo / margelo/react-native-nitro-sqlite
Preserve internal test aliases in shared Babel configuration
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 565
- Forks
- 53
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 18
Description
PR #298 moves the example Babel setup into a shared factory, but the factory omits the @nitro-sqlite alias introduced by #330. Current tests import native wrapper internals through that alias and fail to bundle without it.
Add the library source alias to the shared configuration and verify resolution from both the mobile and macOS example roots.
Source: https://github.com/margelo/react-native-nitro-sqlite/pull/298
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the shared Babel configuration factory introduced by PR #298 and the mobile and macOS example roots that use it. Check the current test imports and bundling resolution, then verify that the @nitro-sqlite alias resolves from both roots and the affected tests bundle successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- build-system, desktop, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100