-
Notifications
You must be signed in to change notification settings - Fork 80
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
New project with react-navigation, error #90
Comments
2 options here:
Create a custom const createExpoWebpackConfigAsync = require('@expo/webpack-config')
module.exports = async function (env, argv) {
const config = await createExpoWebpackConfigAsync(
{
...env,
babel: { dangerouslyAddModulePathsToTranspile: ['dripsy', '@dripsy'] },
},
argv
)
return config
} Or 2: downgrade to v1.4 I recommend option 1. I still need to add this to the docs. Can you let me know if that works? |
Closing as duplicate for #86 |
@nandorojo Thx |
Did you try it? Please let me know what worked. |
Unfortunately it does not work.
|
That looks like it works to me? What isn't working? Are you sure you imported |
The text was updated successfully, but these errors were encountered: