Xcode can't build due to "Redefinition of RNSVGCGFCRule' and more

expo diagnostics

  Expo CLI 2.21.2 environment info:
    System:
      OS: macOS High Sierra 10.13.6
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.15.0 - /usr/local/bin/node
      Yarn: 1.16.0 - ~/.yarn/bin/yarn
      npm: 6.9.0 - ~/.npm-global/bin/npm
      Watchman: 4.7.0 - /usr/local/bin/watchman
    IDEs:
      Android Studio: 3.4 AI-183.6156.11.34.5522156
      Xcode: 10.1/10B61 - /usr/bin/xcodebuild
    npmPackages:
      expo: 33.0.7 => 33.0.7 
      react: 16.8.3 => 16.8.3 
      react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8 
      react-navigation: 3.11.0 => 3.11.0 
    npmGlobalPackages:
      expo-cli: 2.21.2

After ejecting, react-native link, pod update and pod install, Xcode stops with the following errors :

It seems to be related to react-native-svg …
issue opened [SOLVED] Ejected SDK 33/34 : XCode build fails with many Redefinition of enumerator errors · Issue #4856 · expo/expo · GitHub

Same here. There’s also issue on SVG while launching app on Android device.

Native module RNGestureHandlerModule tried to override RNGestureHandlerModule for module name. Check getPackages() method in MainAppllication.java, it might be that module is being created twice. If this was your intention, set canOverrideExistingModule=true