mohebifar / mohebifar/react-native-copilot
Add TypeScript type definitions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
I'm currently trying to use @okgrow/react-native-copilot with a TypeScript project. The problem is, this library does not have type definitions for TypeScript.
Describe the solution you'd like
Add TypeScript definitions inside the project
Describe alternatives you've considered
Or add it on Definitely Typed.
Teachability, Documentation, Adoption, Migration Strategy
This should work out of the box for TypeScript user if it's implemented within the project. Otherwise, the use needs to install it using yarn add --dev @types/react-native-copilot.
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
Start by inspecting the package's public API and its current TypeScript setup to determine which exported components and options need definitions. The work is done when TypeScript users can use the library with definitions bundled in the project, or when the issue is narrowed to an explicitly maintained Definitely Typed package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100