Jeremiah Hall
Jeremiah Hall
Do you use `babel-loader`? I got this same error and changed my `exclude` option for `babel-loader` to: ``` exclude: [ /\/react-native\//, /\/react-native-router\/node_modules/ ] ``` And I've got it working now.
Something like: ``` react-native init $1 cp package.json $1/ cd $1 npm install command_to_link_libART ```
Hi, I have plans to give Android a try but, it's not a priority for me right now. It might be a few weeks or it might be a couple...
Maybe a settings page that can be navigated to
Dependencies: Git Node >= 4.0 Xcode >= 7.1 ``` git clone [email protected]:jeremiahrhall/react-native-redux-todo.git cd react-native-redux-todo npm install npm run create my-new-project cd ../my-new-project open XcodeProj.xcodeproj ``` Then click play in the...