Running yarn install in my project where I have @iterable/react-native-sdk installed results in yarn complaining about peer dependecies not being met.
devtool dependencies belong in devDependencies which will make yarn not install them in consumers' codebases.

This should be a simple fix!