Unable to resolve module 'react-native-screen'

You need to install 3 more libs react-native-gesture-handlerreact-native-reanimated, and react-native-screens

 

npm install --save react-native-gesture-handler react-native-reanimated react-native-screens

你可能感兴趣的:(react-native,react,native)