Error Occurred in the new version: In this environment the sources for assign MUST be an object.

This exception is occurred on both platform. I think it should be the new version bugs since i used react-native-button-component for 3 weeks before and it works normally .
How are you doing the import? import ButtonComponent from 'react-native-button-component' or import { ButtonComponent } from 'react-native-button-component'?
@Sorgrum import ButtonComponent from 'react-native-button-component'
@Sorgrum Did you upgrade React or React Native version?
@Sorgrum Is it working? Any issue?
@jacklam718 I didn't have this issue with this project. But I had this error message before and I think that my import statement is what caused it.
@Sorgrum
This import ButtonComponent from 'react-native-button-component' import statement is works for you?
@jacklam718 I'm not using the project. I was having a different error with the project so I built my own button component because my needs are simple enough that I don't need anything too complex right now. I had the same error with a different library and the import statement was causing the error.
@Sorgrum Thanks for providing the important information