I recently upgraded my React Native project to Expo SDK 50, and I’m encountering an error when running my application:
_this$contentRef$curr.setNativeProps is not a function
Are there specific updates or replacements in Expo SDK 50 that I should be aware of that affect setNativeProps usage?
Ensured all dependencies are up to date.
Checked if the react-native-actions-sheet library is compatible with Expo SDK 50.
Reviewed the project’s babel.config.js and other configurations for compatibility issues.