148 Commits

Author SHA1 Message Date
Mathieu Acthernoene
97f7399440 Merge pull request #133 from Crash--/patch-1
Fix RN 0.48+ warning about requiresMainQueueSetup
2017-10-09 14:46:26 +02:00
Quentin Valmori
fb59f5f961 Fix RN 0.48+ warning about requiresMainQueueSetup
Warning: Module RNI18n requires main queue setup since it overrides constantsToExport but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
2017-10-09 14:25:40 +02:00
Mathieu Acthernoene
2d43c3ad8b Merge branch 'master' of https://github.com/AlexanderZaytsev/react-native-i18n v2.0.6 2017-09-08 21:43:42 +02:00
Mathieu Acthernoene
a09b76d9b6 Bump version number 2017-09-08 21:39:34 +02:00
Mathieu Acthernoene
13c8bd50c7 Add a warning when the package is not linked 2017-09-08 21:39:23 +02:00
Mathieu Acthernoene
31f54d1a95 Bring back pod dependency React
I will see after https://github.com/facebook/react-native/pull/15460
being released
2017-09-08 21:29:22 +02:00
Mathieu Acthernoene
01c728ab90 Fix test - getLanguages is a Promise<Array<string>> 2017-08-30 00:28:05 +02:00
Mathieu Acthernoene
5b1a37aefc Merge pull request #122 from AlexanderZaytsev/tests-and-types
Add valid tests
v2.0.5
2017-08-27 21:23:06 +02:00
Mathieu Acthernoene
ab1edf2656 Bump version number 2017-08-27 21:15:41 +02:00
Mathieu Acthernoene
208ee2192f Remove cocoapods dependency 2017-08-27 21:12:31 +02:00
Mathieu Acthernoene
606597ab8b Cleanup a bit the module 2017-08-27 21:11:00 +02:00
Mathieu Acthernoene
2ce27c04d7 A bit of cleaning in example 2017-08-27 20:37:52 +02:00
Mathieu Acthernoene
716463996b Fix bad imports path 2017-08-27 20:34:13 +02:00
Mathieu Acthernoene
d181ecb697 Add test & mock example 2017-08-27 20:24:10 +02:00
Mathieu Acthernoene
1915faa94a Move the main App screen in the src folder 2017-08-27 20:22:33 +02:00
Mathieu Acthernoene
4ba92ea7a7 Update example react-native version 2017-08-27 20:20:13 +02:00
Mathieu Acthernoene
27455aa63c Bump version number v2.0.4 2017-08-02 19:53:45 +02:00
Mathieu Acthernoene
f19cd9bcd6 Fix unexistant createJSModules on rn 0.47+ 2017-08-02 19:53:12 +02:00
Mathieu Acthernoene
dba1000fa7 Bump version number v2.0.3 2017-08-02 11:33:45 +02:00
Mathieu Acthernoene
84a87fa49a Merge pull request #116 from flexsurfer/patch-1
use latest version for  i18n-js
2017-08-02 11:32:10 +02:00
Andrey Shovkoplyas
98e76ee1ba update dependencied
use latest v3.0.1 of i18n-js
2017-08-02 11:28:06 +03:00
Mathieu Acthernoene
75eb5df3f7 Update README.md 2017-07-10 21:06:22 +02:00
Mathieu Acthernoene
1a6b0fe86c Update example dependencies v2.0.2 2017-06-26 22:31:13 +02:00
Mathieu Acthernoene
888e84ce63 Add recommended comment 2017-06-26 22:25:56 +02:00
Mathieu Acthernoene
1b52124c6e Change "NB" to ⚠️ 2017-06-26 22:25:08 +02:00
Mathieu Acthernoene
ad76f69bb7 Update README.md 2017-06-26 22:24:07 +02:00
Mathieu Acthernoene
b0dbc10830 Bump version number 2017-06-26 22:12:52 +02:00
Mathieu Acthernoene
d6f18b57da Update tvOS module name 2017-06-26 22:12:02 +02:00
Mathieu Acthernoene
d5b2793b73 Change podspec description 2017-06-26 22:08:10 +02:00
Mathieu Acthernoene
3e84130a52 Merge pull request #106 from poyannabati/pn/update-podspec
Updated Podspec
2017-06-26 22:04:01 +02:00
Poyan Nabati
3a8862610f Updated Podspec file with homepage attribute 2017-06-26 21:59:09 +02:00
Poyan Nabati
882b30fa33 Added cocoapod install info to README 2017-06-26 21:59:09 +02:00
Mathieu Acthernoene
06b4448b4a Update README.md 2017-06-26 10:59:26 +02:00
Mathieu Acthernoene
987deb3083 Update README.md 2017-06-26 10:58:55 +02:00
Mathieu Acthernoene
8924df3c7a Update README.md 2017-06-26 10:58:34 +02:00
Mathieu Acthernoene
5971c0b478 Add android install screenshot 2017-06-26 10:57:16 +02:00
Mathieu Acthernoene
50e7a4931e Create README.md 2017-06-15 07:34:14 +02:00
Mathieu Acthernoene
65f0fcfc4f 2.0.1 v2.0.0 2017-06-15 07:11:26 +02:00
Mathieu Acthernoene
c15feb03fe Update README.md 2017-06-15 07:08:24 +02:00
Alexander Zaytsev
72bcb9c5ae Merge pull request #91 from AlexanderZaytsev/2.0.0
2.0.0
2017-06-14 20:08:02 +05:00
Mathieu Acthernoene
4a26e618e6 Merge pull request #90 from JulienKode/2.0.0
[tvOS] Add target
2017-06-09 12:24:55 +02:00
Julien Karst
567ec2049e [Project] Add tvOS Target 2017-06-09 11:51:00 +02:00
Julien Karst
9d540641fd [Podspec] Add tvOS platform 2017-06-09 11:45:38 +02:00
Mathieu Acthernoene
98c5c878a8 Merge pull request #89 from davepack/patch-1
Fixes LocaleList not supported below API level 24
2017-06-09 11:06:23 +02:00
Mathieu Acthernoene
20e7dd584b Update README 2017-06-09 11:03:59 +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
8e22064009 Update README.md 2017-05-25 18:06:06 +02:00
Mathieu Acthernoene
a867e8ca40 Add basic example 2017-05-25 17:52:40 +02: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