* 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 |
||
|---|---|---|
| .. | ||
| actions | ||
| metadata | ||
| screenshots | ||
| env_vars_example | ||
| Fastfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| Matchfile | ||
| plist.erb | ||
| Pluginfile | ||
| README.md | ||
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.