Using react-native-webview in expokit 33/34

Do we need to link the react-native-community/react-native-webview library if we’re using Expokit?

Updates?

Hi Mila. I’ve found out that you don’t need to do the linking steps for any library that is compatible with expo. So, in this case you don’t need to link react-native-community/react-native-webview. You just do expo install react-native-webview and you should be good to go.

1 Like

thanks, @hsmar