Skip to content

Releases: flexn-io/renative

0.32.1

17 Nov 14:06
Compare
Choose a tag to compare

Features

  • improved bootstrap (support for scoped plugins)
  • --skipRnvCheck enables for CI env run global rnv against local project with different rnv dep

What's Changed

Full Changelog: 0.32.0...0.32.1

0.32.0 (Amarok)

16 Nov 08:56
Compare
Choose a tag to compare

Overview

  • [feat] add support for react-native 63
  • [feat] add support for webtv generic platform
  • [feat] integrate docker export into rnv build flow
  • [feat] force rebuild build hooks option. ( --hooks )
  • [feat] support for xcode commandLineArguments
  • [feat] add resetAssets flag
  • [feat] support for custom exportDir, outputDir
  • [feat] versionFormat
  • [fix] versionCodeFormat
  • [feat] add support for custom gradleBuildToolsVersion, gradleWrapperVersion
  • [feat] support custom android store configs in renative.private.json files
  • [feat] override MainActivity super.onCreate on android
  • [feat] pod dep parser
  • [feat] gradle customisation improvements : plugins, injectAfterAll
  • [feat] --skipDependencyCheck
  • [feat] add PLUGIN_STATIC_POD_EXTRA_CONDITIONS support ios, tvos
  • [feat] support for static pod submodules

What's Changed

New Contributors

Full Changelog: 0.31.3...0.32.0

Magic Beans

25 May 20:50
Compare
Choose a tag to compare
  • support for vector icons
  • support native-base
  • add rnv build -p webos
  • build schemes options

Drunk Thanos

23 May 05:44
Compare
Choose a tag to compare

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

Ocean's Twelve

05 Mar 13:47
Compare
Choose a tag to compare
  • add support for KaiOS platform
  • bug fixes

Ocean's Eleven

03 Mar 12:42
Compare
Choose a tag to compare

Support for 11 Platforms! 🚀

  • Added Support for Tizen Watch OS
  • RNV Bug Fixes
  • UI Focus fixes

0.9.0

27 Feb 07:24
Compare
Choose a tag to compare
  • New build architecture
  • decoupled RNV CLI
  • fix for Tizen missing images

0.8.4

17 Feb 16:00
Compare
Choose a tag to compare
  • Includes Android Wear Support