renative

πŸš€πŸš€πŸš€ Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms

MIT License

Downloads
230.6K
Stars
1.8K
Committers
54
renative - 0.35.2

Published by pavjacko over 2 years ago

What's Changed

Full Changelog: https://github.com/renative-org/renative/compare/0.35.1...0.35.2

renative - 0.35.0 (Draugr)

Published by pavjacko over 2 years ago

What's Changed

Full Changelog: https://github.com/renative-org/renative/compare/0.34.0...0.35.0

renative - 0.34 (Chimera)

Published by pavjacko almost 3 years ago

What's Changed

Full Changelog: https://github.com/renative-org/renative/compare/0.33.0...0.34.0

renative - 0.33.0 (Banshee)

Published by pavjacko almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/renative-org/renative/compare/0.32.2...0.33.0

renative - 0.32.2

Published by pavjacko almost 3 years ago

What's Changed

Full Changelog: https://github.com/pavjacko/renative/compare/0.32.1...0.32.2

renative - 0.32.1

Published by pavjacko almost 3 years ago

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: https://github.com/pavjacko/renative/compare/0.32.0...0.32.1

renative - 0.32.0 (Amarok)

Published by pavjacko almost 3 years ago

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: https://github.com/pavjacko/renative/compare/0.31.3...0.32.0

renative - Magic Beans

Published by pavjacko over 5 years ago

  • support for vector icons
  • support native-base
  • add rnv build -p webos
  • build schemes options
renative - Drunk Thanos

Published by pavjacko over 5 years ago

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
renative - Ocean's Twelve

Published by pavjacko over 5 years ago

  • add support for KaiOS platform
  • bug fixes
renative - Ocean's Eleven

Published by pavjacko over 5 years ago

Support for 11 Platforms! πŸš€

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

Published by pavjacko over 5 years ago

  • New build architecture
  • decoupled RNV CLI
  • fix for Tizen missing images
renative -

Published by pavjacko over 5 years ago

  • Includes Android Wear Support
Package Rankings
Top 2.41% on Npmjs.org
Related Projects