NativeAssetResolver
Extends
KeplerTurboModule
Properties
getConstants()?
readonly
optional
getConstants: () =>object
Returns
object
Inherited from
KeplerTurboModule.getConstants
getMajorVersion()
getMajorVersion: () =>
number
Returns
number
The major version number.
Brief
Get the major version number.
Overrides
KeplerTurboModule.getMajorVersion
getMinorVersion()
getMinorVersion: () =>
number
Returns
number
The minor version number.
Brief
Get the minor version number.
Overrides
KeplerTurboModule.getMinorVersion
getNumber()
getNumber: (
id
) =>NumberResult
Gets the number whose identifier is passed in based on the current system configuration qualifiers.
Parameters
id
string
The name of the number being queried.
Returns
getNumberWithConfig()
getNumberWithConfig: (
configuration
,id
) =>NumberResult
Gets the number whose identifier is passed in based on the given configuration qualifiers.
Parameters
configuration
The configuration qualifiers to use in asset resolution.
id
string
The name of the number being queried.
Returns
getPatchVersion()
getPatchVersion: () =>
number
Returns
number
The patch version number.
Brief
Get the patch version number.
Overrides
KeplerTurboModule.getPatchVersion
getString()
getString: (
id
) =>StringResult
Gets the string and direction whose identifier is passed in based on the current system configuration qualifiers.
Parameters
id
string
The name of the string being queried.
Returns
getStringWithConfig()
getStringWithConfig: (
configuration
,id
) =>StringResult
Gets the string and direction whose identifier is passed in based on the given configuration qualifiers.
Parameters
configuration
The configuration qualifiers to use in asset resolution.
id
string
The name of the string being queried.
Returns
Last updated: Sep 30, 2025