mattermost-mobile/fastlane
Elias Nahum 8676d063f2
MM-9494 & MM-13888 Tapping execute actions & interactive keyboard dismissal (#2799)
* MM-9494 & MM-13888 Tapping with the keyboard opened executes the action & iOS iteractive keyboard

* Fix tests

* feedback review

* add new line at the end of file

* feedback review and added todo list

* Track interactive dismiss keyboard and set scrollview bounds natively

* Fix snapshots

* Fastlane default to current branch when no BRANCH_TO_BUILD is set

* Set NODE_OPTIONS in ios build script

* Rebind scrollview when channel gets first set of posts

* Keep scrolling momentum on keyboard close

* Update react-native-keyboard-tracking-view

* Fix ScrollView offset with keyboard-tracking

* Fix offset while dragging the keyboard

* Allow action on channel drawer on tablets

* Fix typo

Co-Authored-By: Saturnino Abril <saturnino.abril@gmail.com>

* Fix indentation
2019-05-20 12:04:18 -04:00
..
actions Fastlane sign with iCloud (#1663) 2018-05-11 18:06:09 -03:00
metadata Optimize png image with zopflipng lossless compression (#2682) 2019-04-22 21:57:49 -04:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
env_vars_example Fastlane env vars example update (#2527) 2019-01-27 12:07:00 -03:00
Fastfile MM-9494 & MM-13888 Tapping execute actions & interactive keyboard dismissal (#2799) 2019-05-20 12:04:18 -04:00
Gemfile RN-545: Builds, uploads to S3, notififes channel. (#1330) 2018-01-10 16:26:05 -05:00
Gemfile.lock Update gems (#2773) 2019-05-06 15:52:27 -07:00
Matchfile Make fastlane generic (#1328) 2018-01-04 12:49:19 -03:00
plist.erb Change PR build filename to PR-{PR_ID} (#2250) 2018-10-10 21:19:05 -03:00
Pluginfile Fastlane update to include new build process (#2208) 2018-10-03 15:09:42 -03:00
README.md Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

iOS

ios dev

fastlane ios dev

Build Release file

This will also make sure the profile is up to date

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

This will also make sure the profile is up to date

ios release

fastlane ios release

Deploy a new version to the App Store

ios build

fastlane ios build

Android

android dev

fastlane android dev

android beta

fastlane android beta

android release

fastlane android release

This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.