class Fastlane::Helper::ReactNativeUtilHelper

Public Class Methods

show_message() click to toggle source

class methods that you define here become available in your action as `Helper::ReactNativeUtilHelper.your_method`

# File lib/fastlane/plugin/react_native_util/helper/react_native_util_helper.rb, line 11
def self.show_message
  UI.message("Hello from the react_native_util plugin helper!")
end