Most React Native libraries ship the raw source, without compiling with babel, and depend on metro to transform at development time. This can lead to some issues like having to use transformIgnorePatterns with Jest (https://facebook.github.io/jest/docs/en/tutorial-react-native.html#transformignorepatterns-customization).