Skip to content

Drunk Thanos

Compare
Choose a tag to compare
@pavjacko pavjacko released this 23 May 05:44

0.21.6

Optional Platforms Support

rnv app create

support for plugin cocoapods github commit

"ios-photo-editor": {
      "no-npm": true,
      "ios": { "podName": "iOSPhotoEditor", "git": "https://github.com/prscX/photo-editor", "commit": "fa8894c992dedb431d696eb43ac4cc4ba847b4b8" }
    },

Inject activity method via plugin configuration

"android": {
  "package": "org.wonday.orientation.OrientationPackage",
  "activityImports": [
    "android.content.res.Configuration"
  ],
  "activityMethods": [
    "override fun onConfigurationChanged(newConfig:Configuration) {",
    "  super.onConfigurationChanged(newConfig)",
    "  val intent = Intent(\"onConfigurationChanged\")",
    "  intent.putExtra(\"newConfig\", newConfig)",
    "  this.sendBroadcast(intent)",
    "}"
  ]
},

Create Android Emulator on Demand

rnv run -p android

Bug Fixes

  • Android TV theme error
  • Added eslint detox
  • improved webpack config