-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
React error #149 whenever using Animated (webpack production build only) #684
Comments
Hi. Please could you put your config in a gist so I don't have to download and extract a zip (security)? |
package.json: Thanks @necolas ! |
Closing as if there is an issue it should be resolved after #716 is complete |
This seems to be caused by the use of a string ref in the upstream package's implementation of |
I'm upgrading to the latest react-native-web (0.1.9) and react 16 and I'm seeing this error in production (not in development):
I've managed to reduce my app to a simple case that reproduces the issue. Using Animated.View causes this error. Using View doesn't.
BREAKS
WORKS
I've attached my package.json and webpack configs in a zip file.
Any ideas greatly appreciated! Thanks
configuration.zip
The text was updated successfully, but these errors were encountered: