first-born icon indicating copy to clipboard operation
first-born copied to clipboard

Component library for React Native

Results 10 first-born issues
Sort by recently updated
recently updated
newest added

**path to the component** - /src/atoms/TextArea.js **DoD** - convert the file to .ts extension - define an interface for props in the component - define an interface for internally used...

Ts-migration

**path to the component** - /src/atoms/Thumbnail.js **DoD** - convert the file to .ts extension - define an interface for props in the component - define an interface for internally used...

Ts-migration

**Describe the bug** DatePicker is not respecting `value` props. `value `props is not used. **To Reproduce** Steps to reproduce the behavior: 1. `` 2. `this.state.date` not shown in `` **Expected...

bug