A universal module that gets native application information such as its ID, app name, and build version at runtime
Overall
score
98%
Build a function that retrieves and formats the app's last update timestamp.
Create a module that provides a function to get when the app was last updated and format it for display.
The function should:
@generates
/**
* Gets the last update time of the app and formats it as a string.
* Returns "Unknown" if the update time cannot be determined.
*/
export function getFormattedUpdateTime(): Promise<string>;Provides access to native application information including update timestamps.
Install with Tessl CLI
npx tessl i tessl/npm-expo-application