-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample project does not compile #120
Comments
i believe the version react native puts on the phone doesn't support |
Looks like a known bug with React Native (facebook/react-native#1499). I'll check into a workaround. |
It fails because they haven't configured |
so we are supporting iOS 8. Is realm going to work with that. Are you sure you shouldn't just use |
Yeah, we should probably switch back to using |
..or we could reconsider lodash. I know you are not fans but I have to say that little lib has made js development more enjoyable for me many times. You can even require it on a per-feature basis so it doesn't add too much overhead. |
The React Native packager does not transform for-of loops, and minification step uses UglifyJS, which does not yet support ES6 syntax. Fixes #120
thanks. |
ran this :
react-native bundle --minify
The text was updated successfully, but these errors were encountered: