Releases: NativePHP/mobile-air
Releases · NativePHP/mobile-air
3.0.4
3.0.3
- removes react/http and react/socket
3.0.2
What's New
- Adds short hand for
jumpcommand for the platform (i.e.php artisan native:jump i) - Updates the PushNotifications with a new
checkPermissions()method.
3.0.1
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
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