Skip to content

v2.0.0 - Android support released!

Compare
Choose a tag to compare
@mikehardy mikehardy released this 17 Sep 21:52
392b3ac

2.0.0

**See the v1 -> v2 migration guide! **

It's easy! Just reference the types a little differently, and update your kotlinVersion in android/build.gradle. The guide has the info.

(all beta entries copied here so they are in one spot)

  • feat!: add android support (#136, thanks @dburdan!)
  • fix(android: add isSupported check, API19 required for android (thanks @dburdan!)
  • fix(ios): depend on React-Core directly, not React (#139, thanks @mikehardy!))
  • docs(android): document kotlinVersion requirement (thanks @nastyakitsune!)
  • docs(README): add info about 1000 error to troubleshouting section (#132, thanks @SnowLew!)
  • docs: update troubleshooting error 1000 (#131, thanks @bell-steven!)
  • docs: add comment that height style is required (#128, thanks @saintplay)
  • docs: add missing installation instruction (#124, thanks @hwrdtm)

commit log for this actual release follows:


  • docs(CHANGELOG): prepare 2.0.0 release notes 7c52f21
  • fix(ios): depend on React-Core directly, not React (#139) 392b3ac
  • docs(android): document kotlinVersion requirement d63d383
  • docs(CHANGELOG): 2.0.0-beta.1 release notes 208ac63

v2.0.0-beta.1...v2.0.0