add opensource config

This commit is contained in:
Salakar 2018-08-25 14:35:11 +01:00
parent 5387c45414
commit bf6c255c89
2 changed files with 9 additions and 0 deletions

View File

@ -88,3 +88,4 @@ android/.settings
README.md
/src
*.coverage.json
.opensource

8
.opensource/project.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "React Native Firebase",
"type": "library",
"platforms": ["Android", "iOS"],
"content": "README.md",
"pages": ["CONTRIBUTING.md", "CODE_OF_CONDUCT.md"],
"related": ["invertase/react-native-firebase-starter"]
}