atticoos / ReactNative-Redux-Todo-List

React Native + Redux
45 stars 20 forks source link

Running Failed #4

Closed jmkitavi closed 7 years ago

jmkitavi commented 7 years ago

Hello, I cloned and am trying to the project but I keep running into an error with watchman. Below is a screenshot of the error. image Help will be appreciated.

atticoos commented 7 years ago

There's a thread over in https://github.com/facebook/react-native/issues/2941 that appears to cover this. This project does run an early version of React Native, which might have a stricter dependency on watchman.

jmkitavi commented 7 years ago

@ajwhite Solved it by using the facebook version of watchman. Think you can close this. But quick query, how do you run it on ios

atticoos commented 7 years ago

That's great to hear 👍

You can open the XCode project and hit "run" to launch the app in a simulator or device. Since this project uses an older version of react-native, you might be able to get away with react-native run-ios, but no guarantees.