Post Install Steps for react-native-image-crop-picker

I have used react-native-image-crop-picker in my other projects and it works fine, however since the expo image picker does not support multiple images selections, I would like to use react-native-image-crop-picker (https://github.com/ivpusic/react-native-image-crop-picker) however it has a few Post Install steps and was wondering how I execute them in an expo project ?

How to quickly decide if a component is usable in Expo or not: if you see ios and/or android folder in the source code, that means you can’t use it in Expo project (without detaching).

Thanks. I learned the hard way. Wish Expo had multiple image selection as that is a deal breaker for my project