Expo 35 react-native-webview build error

I am upgrading an ejected expo 33 project to expo 35. Since WebView is removed from Expo 35 I have added react-native-webview to the project. But did not ran react-native-link as it was advised. I have manually done the linking process by adding the xcode project to Libraries section with libRNCWebview.a to the link section. Now it gives ** 5 duplicate symbols for architecture x86_64**. How to fix this ? I have deleted xcode derived data and cleaned build folder. My Podfile does not contain react-native-webview.