newsuk/times-components

Remove the dependency on react-native-device-info

tuncaulubilge opened this issue · 0 comments

Currently, we are using react-native-device-info to get device's local timezone. We don't really need a native dependency to get this data. So, native apps should pass in the required info in their react configs and times-components should remove it's dependency on this external library.