Trying to integrate “expo-image-picker” to a bare Expo project.
The problem comes from the following import.
import * as ImagePicker from "expo-image-picker";
The error is thrown from the requireNativeModule.js file.
I have tried all of the installations several times and I cannot get it to work.
Please help.