Take components from react-native-material-design and react-native-material-kit and create a new library to replace both.
Deciding how to handle ripples will be very important as both do it differently.
rnmd does it using a Ripple polyfill:
- Pro: The native touchable feedback is used where available.