react-native-material-kit
react-native-material-kit copied to clipboard
#437 - Modify math.h import in TickView
Fix for #437 - app would not build after installing this package. Error message:
.../ios/Pods/Flipper-Folly/folly/portability/Math.h:19:10: fatal error: 'cmath' file not found
#include <cmath>
Fix created by @AlexArtisan - I take no credit for this but it works for me. Would appreciate testing from anyone who did not need this change.