get abbreviation
npm install starion-timezone
import { getTimezoneAbbreviation } from 'starion-timezone';
// ...
getTimezoneAbbreviation((result) => {
console.log(result)
})
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library