Daniel Friesen

Results 142 issues of Daniel Friesen

The native driver on FloatingLabel and HelperText animations is currently disabled, due to [facebook/react-native#13530](https://github.com/facebook/react-native/issues/13530). Once that upstream bug is fixed we can enable the native driver for the react-native versions...

upstream

![password visibility toggle](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0B5ZSepuCX1xOVzljSGJnZHlEb28/password2.png)

enhancement
feature

react-native-material-design implements a `` component (which is really a list item, not a list). * https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/List.js For parity we should also support list layouts. However `List` is overly complex and...

parity:react-native-material-design
feature

Replacement for: * https://github.com/xinthink/react-native-material-kit#spinner References: * https://facebook.github.io/react-native/docs/progressbarandroid.html * https://facebook.github.io/react-native/docs/activityindicator.html

parity:react-native-material-kit
feature

Replacement for: * https://github.com/xinthink/react-native-material-kit#progress-bar Other references: * https://facebook.github.io/react-native/docs/progressbarandroid.html * https://facebook.github.io/react-native/docs/progressviewios.html

parity:react-native-material-kit
feature

Replacement for: * https://github.com/xinthink/react-native-material-kit#cards * https://react-native-material-design.github.io/components/card Plan: * Will be implemented as components instead of styles as components are necessary for theme integration

parity:react-native-material-design
parity:react-native-material-kit
feature

Replacement for: * https://github.com/xinthink/react-native-material-kit#sliders * https://facebook.github.io/react-native/docs/slider.html

parity:react-native-material-kit
feature

On iOS various checkbox/radio patterns are supposed to adapt to the platform: https://material.io/guidelines/platforms/platform-adaptation.html#platform-adaptation-platform-recommendations We should implement a few helper components that handle platform adaption of checkbox/radio for various use cases:...

feature

Material Design has it's own design for the clear button. https://material.io/guidelines/components/text-fields.html#text-fields-layout React Native has an iOS only `clearButtonMode`. Perhaps we should intercept that prop and implement our own cross-platform material...

enhancement
future

Material Design has an additional design for text fields that are wrapped in a filled box with ripple handling. https://material.io/guidelines/components/text-fields.html#text-fields-text-field-boxes This will probably have to be implemented as an entirely...

enhancement
future