Commit Graph

165 Commits

Author SHA1 Message Date
Matteo Mazzarolo 11fb067134 Create LICENSE.md 2017-02-21 21:11:02 +01:00
Matteo Mazzarolo 5aac06f4a3 Merge pull request #56 from npomfret/master
prevent multiple versions of the RN libraries being downloaded by the parent project
2017-01-30 19:05:24 +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
Matteo Mazzarolo 178edc15d1 Update README.md 2017-01-26 10:23:37 +01:00
Matteo Mazzarolo a6ae286347 Merge pull request #52 from balmasich/RN-0.40.0
Update React Native version to 0.40.0
2017-01-05 13:43:04 +01:00
Balmasov, Alexey 448d3be134 Update React Native version to 0.40.0 bump version to 1.0.0 2017-01-05 15:19:10 +03:00
Matteo Mazzarolo f6563f1457 Merge pull request #46 from EdevMosaic/windows-compatability
[WIP] windows compatability
2016-11-08 21:14:47 +01:00
Joseph An 2e8e0b511e fix untracked files 2016-11-08 09:38:41 -08:00
Joseph An 45d6d34eee Fix class atrributes name and type 2016-11-08 09:17:24 -08:00
Joseph An b36f9cf1a7 gitignore windows specific files 2016-11-08 08:11:31 -08:00
Joseph An cd64399f16 Add type to Constants method 2016-11-08 08:09:25 -08:00
Joseph An 97d27b95c2 Returns current culture 2016-11-08 08:06:28 -08:00
Joseph An d207c503a7 Template files 2016-11-07 14:06:56 -08:00
mmazzarolo d6eb672b75 npm version bump 2016-09-01 19:21:38 +02:00
mmazzarolo 58c0b66379 Release 0.1.0 2016-09-01 19:16:40 +02:00
mmazzarolo 7fe36f0f96 0.1.0-beta.0 2016-08-22 20:08:18 +02:00
Matteo Mazzarolo f1ccc5f8d1 Update package.json 2016-08-22 19:29:57 +02:00
Matteo Mazzarolo 27c97c600e Merge pull request #39 from chris-verclytte/master
Fix incorrect package.json format
2016-08-22 19:26:12 +02:00
Christophe VERCLYTTE 9f35f51bc5 Fix incorrect package.json format 2016-08-22 17:25:05 +02:00
Matteo Mazzarolo 55ebe1259d Merge pull request #35 from hstaudacher/master
Fix #18: Replace currentLocale with prefered languages
2016-08-18 21:16:32 +02:00
Matteo Mazzarolo 3b71d3eda1 Merge pull request #27 from zvona/patch-1
Uniform code and fix for test friendliness (mocha) in index.js
2016-08-18 15:02:06 +02:00
Matteo Mazzarolo ccea2bc46f Added icon 2016-08-18 14:58:33 +02:00
Matteo Mazzarolo 4998f5ed04 Updated manual install 2016-08-18 14:50:08 +02:00
Matteo Mazzarolo 26d6091093 Merge pull request #32 from mortik/master
Add Cocoapods Support
2016-08-18 14:36:44 +02:00
Matteo Mazzarolo 99290f4d78 Cleanup and added react-native link 2016-08-18 14:28:57 +02:00
Matteo Mazzarolo 93449f3cc8 Merge pull request #34 from magrinj/patch-1
Remove peer dependencies
2016-08-18 13:01:16 +02:00
Alexander Zaytsev 86cbe008ec Update README.md 2016-08-17 16:00:54 +05:00
hstaudacher cb09ea2cc0 Fix #18: Replace currentLocale with prefered languages
On the iOS device the currentLocale returns the region instead of the device language. By using prefered language this is fixed.
2016-08-07 11:43:10 +02:00
Jérémy M fd13452949 Remove peer dependencies
Hi everyone, 

Since the last version of react-native -> 0.31.0-rc.1, I got a warning with the peer dependency due to the new name of the version, so, I think to avoid future problems with the react-native version it's better to remove the peer decency. What do you think ?
2016-08-02 11:19:46 +02:00
Marten Klitzke 2a7065d975
chore(cocoapods): add .podspec file to get cocoapods support 2016-07-27 15:08:07 +02:00
Samuli Hakoniemi c6691e049a Uniform code and fix for test friendliness (mocha)
- replace let with const
- check existence of `RNI18n` when accessing it's properties
- remove unnecessary code
2016-06-16 15:39:55 +03:00
Alexander Zaytsev 5fa3e0e542 Merge pull request #16 from Tiagojdferreira/master
Add rnpm installation to readme
2016-03-18 20:03:08 +05:00
tiagojdferreira d1a64e6271 Add rnpm installation to readme 2016-03-08 22:25:55 +01:00
Alexander Zaytsev 9568fd7f2f Bump to 0.0.8 2016-02-10 20:21:32 +05:00
Alexander Zaytsev 4687046261 Merge pull request #12 from falsecz/android-constants
Unification of android version with ios - use constants
2016-02-10 20:20:12 +05:00
Lukas Benes 27bc21f3d4 Unification of android version with ios - use constants 2016-01-03 11:24:05 +01:00
Alexander Zaytsev ec62aaa8f2 Merge pull request #4 from michaelcontento/patch-1
Fix repository.url in package.json
2015-12-22 11:17:51 +05:00
Alexander Zaytsev ac2ca0466b Bump version 2015-12-22 11:12:57 +05:00
Alexander Zaytsev a318cdfb41 Update link 2015-12-22 11:10:50 +05:00
Alexander Zaytsev a0cdd64da0 Merge pull request #8 from ticketea/master
Added Android support
2015-12-22 11:06:39 +05:00
Jorge Maroto 9ab02d1c57 Move deployment target to 8.0
This should remove some XCode warnings
2015-12-16 10:56:29 +01:00
Miguel Araujo Perez e062a7e807 Wrong variable name 2015-12-14 11:39:36 +01:00
Jorge Maroto 8699f6d752 FIX last commit 2015-12-11 13:37:50 +01:00
Jorge Maroto cd6e47dfc0 Update requires to be compatible with ES6 2015-12-11 13:17:27 +01:00
Jorge Maroto 141f0c5995 Removing console.log 2015-12-01 11:55:17 +01:00
Jorge Maroto b487373842 Suport base language 2015-12-01 11:51:58 +01:00
Miguel Araujo Perez c1336d331f Updated README with Android installation instructions 2015-11-11 12:23:28 +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
Michael Contento 7fa1bd17a8 Fix repository.url in package.json 2015-08-07 02:44:44 +02:00
Alexander Zaytsev 15261e8ffa Update readme for 0.0.6 2015-07-09 11:29:49 +07:00