Last updated 1 year ago
Returns the with maximum width that will fit on a given device in landscape screen orientation.
maximumBannerSizeLandscape(Callback callback)
CALLBACK(REQUIRED)
Callback<string> Used to provide the function call result to JavaScript.
Parameters:
string - best fitting current device.
RNAatkit.maximumBannerSizeLandscape((size) => { console.log("maximumBannerSizeLandscape " + size); });