Skip to content

Instantly share code, notes, and snippets.

@radinreth
Created December 11, 2018 02:31
Show Gist options
  • Save radinreth/197ba33f745a471958eb1ab27c28d181 to your computer and use it in GitHub Desktop.
Save radinreth/197ba33f745a471958eb1ab27c28d181 to your computer and use it in GitHub Desktop.
Common problems React-Native
IOS, react-native version 0.56.0
Error: Build error in Xcode 10 "Multiple commands produce..."
Solution:
```
https://github.com/wix/react-native-navigation/issues/3608
```
@radinreth
Copy link
Author

RNN3

UI from:
Fitness App by Mohsin Khalid

How to install react-native-navigation version 2

  1. follow the docs
    https://wix.github.io/react-native-navigation/#/docs/Installing?id=ios
I use react-native 0.56.0
      react-native-navigation 2.0.2544

+ Error: react native multiple commands produce...
=> https://github.com/wix/react-native-navigation/issues/3608

Final solution :

  1. I have removed all previous
  2. clean
  3. re-add dependency
  4. rebuilt it again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment