react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

#437 - Modify math.h import in TickView

Open abedolinger opened this issue 5 years ago • 0 comments

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.

abedolinger avatar Jan 24 '21 01:01 abedolinger