Last updated 1 year ago
Returns the array of that will fit on a given device in portrait screen orientation.
fittingBannerSizesPortrait(callback)
callback (REQUIRED)
Callback<string> Used to provide the function call result to JavaScript.
Parameters:
array - Array of fitting current device.
RNAatkit.fittingBannerSizesPortrait((sizes) => { console.log("fittingBannerSizesPortrait " + sizes); });