Pedro Belo
6e1b0e9a97
Fix android parsing ( #59 )
...
* format groovy code with 4 spaces
* catch a more specific exception here
* use a regexp to match, a bit more restrictive
2016-12-08 08:45:47 -08:00
Pedro Belo
6da35ff40f
clarify location of .env
2016-12-08 08:02:03 -08:00
Pedro Belo
2b46b99f5c
note on info.plist setup with the -traditional flag
...
otherwise the preprocessor will eat special characters from config
vars in .env like "/". see:
https://github.com/luggit/react-native-config/pull/53
2016-12-07 11:25:19 -08:00
Pedro Belo
fe8c15c06d
do the ios setup for plist support
2016-12-07 11:23:26 -08:00
Pedro Belo
333a1a2651
v0.2.0
v0.2.0
2016-12-06 17:53:31 -08:00
mlanter
fdd0572f34
Clarify that must use lowercase build names ( #55 )
...
Clarify that build names must be lowercase when specifying the env file in build.gradle
2016-12-06 17:52:04 -08:00
mlanter
1b834b99d9
[info.plist] Add support for using constants in the Info.plist ( #53 )
...
* [info.plist] Add support for using constants in the Info.plist
* Instructions for Info.plist
* Update README.md
2016-12-06 17:44:24 -08:00
Pedro Belo
25c67fd0cf
better gradle example
...
do not encourage users to put signingConfigs in .env
2016-12-06 17:12:24 -08:00
Joel Arvidsson
a4ad07dace
Default export to empty object ( #54 )
2016-11-29 10:22:59 -08:00
Pedro Belo
983355b32b
a note about security. fix #51
...
:w
2016-11-28 15:28:22 -08:00
Pedro Belo
ca59b23b2f
bump example app to 0.38
2016-11-28 15:08:05 -08:00
mlanter
c6f12527fb
Add support for specifying custom env files in gradle ( #52 )
...
* Add support for specifying env files in gradle
* Update different environment selection for Android
2016-11-28 15:07:50 -08:00
Gant Laborde
b0f7eb10e8
Merge pull request #35 from designorant/patch-1
...
Cut down some unnecessary setup instructions
2016-11-26 00:54:40 -06:00
Gant Laborde
a300296954
Merge pull request #48 from cooperka/master
...
Fix inconsistency in file path when using /tmp/envfile
2016-11-08 11:33:47 -08:00
Kevin Cooper
7f63eb9488
Fix inconsistency in file path when using /tmp/envfile
...
This partially reverts 085704a1a7f3580bf773f19f85a0914450db3a3f.
2016-11-08 12:52:27 -05:00
Pedro Belo
b39c0d927e
v0.1.1
v0.1.1
2016-11-05 09:31:43 -07:00
Michał Ordon
5d875744ad
Cut down some unnecessary setup instructions
2016-09-23 18:45:38 +01:00
Pedro Belo
c8aa8f0005
update android instructions to reflect newer react-native versions
...
fix #25
2016-09-13 19:14:34 -07:00
Pedro Belo
085704a1a7
clearer
2016-09-13 19:09:41 -07:00
Pedro Belo
7e35d2e603
typo
2016-09-13 19:03:19 -07:00
Pedro Belo
520ddb8abf
v0.1.0
v0.1.0
2016-09-13 19:01:54 -07:00
Pedro Belo
da6ff2a878
expose config vars for iOS classes too
2016-09-13 19:00:17 -07:00
Pedro Belo
493727d8e9
ios support for comments, tweak error behavior to match Android
2016-09-13 18:49:57 -07:00
Pedro Belo
af611c930f
bump example to react-native 0.33
2016-09-13 18:39:29 -07:00
Pedro Belo
4747803915
Merge pull request #31 from skellock/fix-missing-env
...
Fix missing env
2016-09-13 18:20:55 -07:00
Pedro Belo
b377e955e8
Merge pull request #30 from greena13/master
...
Add Proguard troubleshooting instructions to Readme
2016-09-13 18:20:16 -07:00
Pedro Belo
47afdaafad
Merge pull request #27 from jgkim/percent
...
Replace `%` with a double-escaped unicode value
2016-09-13 18:13:29 -07:00
Steve Kellock
dcec930aa1
Prevents killing the android build with a missing .env file.
2016-08-28 21:20:09 -04:00
Steve Kellock
e04cc0d71e
Prevents dying in a fire on iOS with a missing .env file.
2016-08-28 21:03:52 -04:00
Aleck Greenham
f0ad581f96
Add Proguard troubleshooting instructions to Readme
2016-08-28 15:13:32 +01: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
Pedro Belo
ee3a094c28
v0.0.8
v0.0.8
2016-08-11 12:17:27 -07:00
Pedro Belo
5bfec8fa5d
Merge pull request #26 from fabriziomoscon/master
...
use react-native from node_modules
2016-08-01 13:03:01 -07: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
Pedro Belo
4bc44ba342
v0.0.7
v0.0.7
2016-06-29 18:16:06 -07:00
Pedro Belo
56373905e2
Merge pull request #15 from ncnlinh/patch-1
...
Fix when applicationId ≠ package name
2016-06-29 18:15:01 -07:00
Nguyen Cao Nhat Linh
957a2b065b
Remove unnecessary imports
2016-06-29 17:00:22 -07:00
Nguyen Cao Nhat Linh
77d53b5c91
Merge pull request #2 from mehcode/patch-1
...
Missing import
2016-06-29 14:13:48 -07:00
Pedro Belo
35edbddb38
Merge pull request #17 from fabriziomoscon/fix-packagejson
...
add fields to package.json
2016-06-29 12:37:38 -07:00
Fabrizio Moscon
671b787e52
add fields to package.json
...
- Adding a repository field means that people finding the project on npm are able to find the github source code
- adding other fields that usually are good to have
2016-06-29 19:54:46 +01:00
Ryan Leckey
ae2ae2ea1e
Add resources
2016-06-20 15:54:18 -07:00
Nguyen Cao Nhat Linh
2cf4506c70
Update README.md
2016-06-16 16:15:05 -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
Eric Kreutzer
d056272ae7
Merge pull request #11 from sibelius/feature/rn25
...
support >=RN25
2016-06-06 16:25:17 -07:00
Sibelius Seraphini
2aaffdcf22
support >=RN25
2016-05-25 18:46:46 -03:00
Pedro Belo
7acabfd830
Merge pull request #9 from pilbot/dev-merge-index
...
Merge together the index files for easier testing
2016-05-25 14:22:12 -07:00
William Cooke
623a994ad0
Merge together the index files for easier testing
2016-05-24 10:17:41 +01:00
Pedro Belo
48126b36ac
v0.0.5
v0.0.5
2016-04-22 17:49:19 -07:00
Pedro Belo
3f59dbf2ca
ignore commented .env lines in android
...
eg:
2016-04-19 16:49:24 -07:00
Pedro Belo
2e0a9ec03c
v0.0.4
v0.0.4
2016-03-03 16:37:09 -08:00