first-born
first-born copied to clipboard
Component library for React Native
**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...
**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...
**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...