13 Commits

Author SHA1 Message Date
Mathieu Acthernoene
f19cd9bcd6 Fix unexistant createJSModules on rn 0.47+ 2017-08-02 19:53:12 +02:00
Mathieu Acthernoene
5971c0b478 Add android install screenshot 2017-06-26 10:57:16 +02:00
Dave Pack
5e940eeab1 Fixes LocaleList not supported below API level 24
Modifies WritableArray method so that LocaleList is not needed on devices with lower than API level 24.
2017-06-07 20:10:52 -06:00
Mathieu Acthernoene
de7bcfef94 Keep languages constants for faster I18n init 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene
0ca088ec8f Switch to getLanguages Promise on android 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene
0a9afe87c2 Handle preferred languages on android 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene
86d0a76eda Improve android language detection 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene
540a61a348 Fix android react-native link 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene
bb210d1a22 Update gradle version 2017-03-08 22:41:11 +01:00
npomfret
07a60470c0 removed the explicit (and old) version of the RN dependency in favour of +. This change means that multiple version of the RN libraries will no longer appear in the parent project. 2017-01-27 12:13:34 +00:00
Joseph An
2e8e0b511e fix untracked files 2016-11-08 09:38:41 -08:00
Lukas Benes
27bc21f3d4 Unification of android version with ios - use constants 2016-01-03 11:24:05 +01:00
Miguel Araujo Perez
80b421b669 Added Android support
Added java code for bridging current locale in an Android device to
javascript. Beware that Android communicates values to javascript
through callbacks or events emitted, this means communication is
asynchronous.
2015-10-22 17:35:22 +02:00