Today I review the code in our project. I found some component import from react-native is deprecated. Like Clipboard in react-native version 0.61.5
Is it can make the app is crash?

Of course, we'll replace with @react-native-community/clipboard but I'm confusing