13 Commits

Author SHA1 Message Date
Pedro Belo
4747803915 Merge pull request #31 from skellock/fix-missing-env
Fix missing env
2016-09-13 18:20:55 -07:00
Steve Kellock
dcec930aa1 Prevents killing the android build with a missing .env file. 2016-08-28 21:20:09 -04:00
James G. Kim
235cbf4028 Replace % with a double-escaped unicode value
Resource strings cannot include `%` as-is (cf. http://stackoverflow.com/questions/4414389/android-xml-percent-symbol).
2016-08-21 08:52:11 +09:00
Fabrizio Moscon
9b5c99b3d2 use react-native from node_modules
- compile react-native as shown here: d344963123/local-cli/generator-android/templates/src/app/build.gradle (L131)
2016-07-31 00:51:45 +01:00
Nguyen Cao Nhat Linh
957a2b065b Remove unnecessary imports 2016-06-29 17:00:22 -07:00
Ryan Leckey
ae2ae2ea1e Add resources 2016-06-20 15:54:18 -07:00
Nguyen Cao Nhat Linh
87b5eaf034 Fix when applicationId ≠ package name
for using applicationIdSuffix in different flavors or when applicationId is different from package name in AndroidManifest #14
2016-06-16 16:06:10 -07:00
Pedro Belo
3f59dbf2ca ignore commented .env lines in android
eg:
2016-04-19 16:49:24 -07:00
Pedro Belo
379c093740 always use relative paths for ENVFILE 2016-03-03 13:32:32 -08:00
Pedro Belo
32d929e234 save env in project.env with gradle so it can be reused 2016-02-23 16:25:35 -08:00
Pedro Belo
4de8473fa6 set diff .env with ENVFILE 2016-02-23 16:07:24 -08:00
Pedro Belo
809fc21449 automatically read .env configs from gradle 2016-02-22 16:18:50 -08:00
Pedro Belo
9cc891f855 bring android implementation from react-native-android-config 2016-02-22 13:24:36 -08:00