This repository has been archived by the owner on May 31, 2021. It is now read-only.
0.0.40
0.0.40
[Theme]
- Added missing
media
type intheme
.
0.0.39
[Theme]
- Deprecated @dooboo-ui/theme and included in
dooboo-ui
package itself.- This decision was made to unify the theme props used internally.
[EditText]
- Use theme props in default styling.
[Button]
- Use theme props in default styling.
0.0.38
[EditText]
- Use
useRef
for hover only in web env. - Tests fixes. When
await
is used more than once,native-testing-library
emits error.Reference - Refactored [EditText] tests with 100% coverage.
- Removed
@react-native-async-storage/async-storage
from core dependency.
0.0.37
[EditText]
- Disable hover in when not editable.
[Button]
- tests coverage to 100%.
- Use
useRef
for hover only in web env.