Daniel Friesen

Results 142 issues of Daniel Friesen

Replacement for: * https://github.com/xinthink/react-native-material-kit#toggles * https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/IconToggle.js rnmd implements an `IconToggle` that is an ActionBar ready component with a badge, material-kit implements an `IconToggle` that is an actual checkbox like icon...

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

Both rnmd and kit implement a Ripple, however each has flaws. I've already finished the core Ripple implementation: - A MaterialTouchable roughly based on react-native’s Touchable* - Mask, ripple view,...

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

Eventually it would probably be a good idea to test out the library in [react-native-web](https://www.npmjs.com/package/react-native-web) and see if it works. If there are small compatibility issues fix them. And add...

enhancement
future

The library will need good documentation before release. The following libraries may be useful in generating automatic documentation for components: * https://github.com/reactjs/react-docgen * https://www.npmjs.com/package/react-doc-generator * https://github.com/adroll/gulp-react-docs Depending on the output...

feature

Right now the code is missing any sort of type checking. Flow types should be added and the transpiler should be setup to strip them an inject propTypes based on...

future

[react-navigation](https://reactnavigation.org/) seems to be the de-facto navigation component for React Native now. However the built-in header has a few areas it diverges from Material Design and there are Material Design...

enhancement
feature
future

This is necessary to disable ripples in the Button component.

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

Replacement for: - https://github.com/xinthink/react-native-material-kit#toggles - https://facebook.github.io/react-native/docs/switch.html Other libraries have also implemented the switch and may be relevant: - https://github.com/Recr0ns/react-native-material-switch - https://github.com/tiempham/react-native-base-switch React Native's built-in `` already implements MD on Android...

feature

Checkboxes (#8) currently implement the standard icon toggle. However many of the checkboxes in Google's own apps on Android have a very specific animation to them. Checkboxes should implement this...

enhancement
feature

Checkboxes (#8) are already implemented standalone and with a label. Standalone `` should be usable for secondary actions on list items. But a helper may be desirable when checkbox is...

enhancement
feature