Skip to content

Releases: NativePHP/mobile-air

3.0.4

17 Feb 14:42
f626c1a

Choose a tag to compare

  • adds fix for Bifrost APK builds, plugin compatibility

3.0.3

15 Feb 06:09
8ed9a70

Choose a tag to compare

  • removes react/http and react/socket

3.0.2

12 Feb 20:29

Choose a tag to compare

What's New

  • Adds short hand for jump command for the platform (i.e. php artisan native:jump i)
  • Updates the PushNotifications with a new checkPermissions() method.

3.0.1

11 Feb 13:40
33fa3ec

Choose a tag to compare

What's New

Custom Tab Bar Active Color — You can now set a custom color for the active tab bar item using the active-color attribute on
native:bottom-nav. Works on both Android and iOS. (#9)

<native:bottom-nav label-visibility="labeled" active-color="#FF00F0">

Fixes

  • Fixed App Store upload failure detection — altool could return exit code 0 while silently failing to upload, causing builds to
    report success when the IPA never reached TestFlight. Upload output is now checked for failure strings regardless of exit code,
    and full stdout/stderr is logged on failure. (#11)
  • Fixed plugin scaffolding requiring wrong package version — PluginCreateCommand now generates nativephp/mobile ^3.0 in
    composer.json instead of ^2.0, which was causing plugin installs to fail. (#4)

3.0.0

01 Feb 05:41

Choose a tag to compare

NativePHP Air

NativePHP for Mobile, now free and open source 🔥

With ❤️ from India 🇮🇳

Full Changelog: https://github.com/NativePHP/mobile-air/commits/3.0.0