You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code will failed on trying to build release version (on Android) with gradle.
$> ./gradlew assembleRelease
/Users/christophe/Documents/brico/node_modules/promise/lib/done.js:10
throw err;
^
TypeError: /Users/christophe/Documents/brico/src/native/carrier/AddressPicker.react.js: Property object of JSXMemberExpression expected node to be of a type ["JSXMemberExpression","JSXIdentifier"] but instead got "MemberExpression"
at Object.validate (/Users/christophe/Documents/brico/node_modules/babel-types/lib/definitions/index.js:115:13)
at Object.validate (/Users/christophe/Documents/brico/node_modules/babel-types/lib/index.js:552:9)
at NodePath._replaceWith (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/path/replacement.js:214:7)
at NodePath.replaceWith (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/path/replacement.js:192:8)
at Object.ReferencedIdentifier (/Users/christophe/Documents/brico/node_modules/babel-plugin-transform-es2015-modules-commonjs/lib/index.js:36:14)
at Object.newFn (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/visitors.js:343:17)
at NodePath._call (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/path/context.js:78:18)
at NodePath.call (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/path/context.js:49:17)
at NodePath.visit (/Users/christophe/Documents/brico/node_modules/babel-traverse/lib/path/context.js:108:12)
TransformError: /Users/christophe/Documents/brico/src/native/carrier/AddressPicker.react.js: /Users/christophe/Documents/brico/src/native/carrier/AddressPicker.react.js: Property object of JSXMemberExpression expected node to be of a type ["JSXMemberExpression","JSXIdentifier"] but instead got "MemberExpression"
:app:bundleReleaseJsAndAssets FAILED
Regards,
Christophe
The text was updated successfully, but these errors were encountered:
Deviloppeur
changed the title
[0.25.1][Android][Picker][BUG] On build realease
[0.25.1][Android][Picker][BUG] On build release
May 23, 2016
Hi,
This code will failed on trying to build release version (on Android) with gradle.
$> ./gradlew assembleRelease
Regards,
Christophe
The text was updated successfully, but these errors were encountered: