mohebifar / mohebifar/react-native-loader
Typescript Missing Types
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 392
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
This package is missing typescript types. I've created one myself, just posting it here if anyone needs it.
react-native-loader.d.ts
declare module 'react-native-loader' {
interface ILoader {
size: number;
color: string;
}
export function Bubbles(props: ILoader): any;
export function DoubleBounce(props: ILoader): any;
export function Bars(props: ILoader): any;
export function Pulse(props: ILoader): any;
}
Contributor guide
No contributing guide indexed for this repository
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 reviewing the proposed react-native-loader.d.ts declarations in the issue and inspect the package structure to determine where type declarations belong. Confirm that the exported Bubbles, DoubleBounce, Bars, and Pulse components have usable TypeScript types for their size and color props.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100