v1.0.0-alpha.6
Pre-release
Pre-release
Bug Fixes
- Declare react-native entrypoint in package json. (0e25b9e)
- core: Remove default 'content' child position from transformer API. (ff0206f)
NOTE: From this release on, Girders elements packages declare two entry points in their respective package.json files:
react-nativewhich points tosrc/index.js, i.e. to ES6 sourcesmainwhich points to the compiled down version of the scripts indist/es5
If you are using React Native older than 0.46, you may experience loss of sourcemaps due to this change.