taggon / react-native-intl

React Native module ships native Intl implementation and Translation extension
MIT License
51 stars 16 forks source link

Minimum supported sdk #9

Open RasmusFredensborg opened 6 years ago

RasmusFredensborg commented 6 years ago

Minimum supported sdk is stated as 16 in the project's gradle settings, but some methods use API level 19-21 required calls, such as the Locale.forLanguageTag: screen shot 2018-03-01 at 15 36 20

And the _StandardCharsets.UTF8 string: screen shot 2018-03-01 at 15 50 45

I propose to rewrite these API usages to: screen shot 2018-03-02 at 08 53 12

And: screen shot 2018-03-02 at 08 54 28