react-native-floating-action
react-native-floating-action copied to clipboard
Added possibility to not use TouchableNativeFeedback on android devices
Using TouchableNativeFeedback for android can cause problems with buttons layout, you can see it on the screenshot. It seems it was supposed to have possibility to configure useNativeFeedback property, but it wasn't actually added to documentation and code properly, thus it's always true.
