fix description, the __RN_CONFIG is a prefix

fix #177
This commit is contained in:
Pedro Belo 2017-12-04 22:57:14 -08:00
parent f3bb9ec9f8
commit 0214876a64
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ NSString *apiUrl = [ReactNativeConfig envFor:@"API_URL"];
NSDictionary *config = [ReactNativeConfig env];
```
They're also available for configuration in `Info.plist`, by appending `__RN_CONFIG_` to their name:
They're also available for configuration in `Info.plist`, by prepending `__RN_CONFIG_` to their name:
```
__RN_CONFIG_API_URL