Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@satya164 satya164 released this 16 Dec 16:01
· 575 commits to main since this release

0.17.0 (2020-12-16)

Bug Fixes

  • add publishConfig to make release-it work (fc0b524)
  • add support for 'jsx' file extention (#109) (668d734)
  • autolinking when using Xcode 12 (#90) (e2342fa)
  • don't escape HTML in templates (99d23f6), closes #39
  • eslint config in package.json (#96) (5971736)
  • exclude example when building for publishing (6e02b32)
  • exclude ios and android build folders from being published (05e8089)
  • fix Obj-C file extension in project.pbxproj (#76) (85835e6)
  • separate example app from native library files (#68) (a4d2ba0), closes #65

Features