Commit Graph

5 Commits

Author SHA1 Message Date
Jose Luis Leon 5decbcaa7b
Fix named import (#466)
The types definitions (`index.d.ts`) explicitly says that the library can be used with a default import or a named import:
```
import Config from "react-native-config";
import { Config } from "react-native-config";
```
However, in the `index.js` file there's no named export, only the default export is available
2020-07-07 17:32:34 -03:00
Volodymyr Matsola 7b188c16e7
[ios] App extensions support (#456)
* Add support of ios app extension

* Update documentation
2020-05-22 14:56:31 -03:00
Joel Arvidsson a4ad07dace Default export to empty object (#54) 2016-11-29 10:22:59 -08:00
Sibelius Seraphini 2aaffdcf22 support >=RN25 2016-05-25 18:46:46 -03:00
William Cooke 623a994ad0 Merge together the index files for easier testing 2016-05-24 10:17:41 +01:00