Create project.json

This commit is contained in:
Michael Diarmid
2018-08-25 14:50:43 +01:00
committed by GitHub
parent 14140a7faa
commit c5b7e48f31

7
.opensource/project.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "React Native Firebase Starter",
"type": "sample",
"platforms": ["Android", "iOS"],
"content": "README.md",
"related": ["invertase/react-native-firebase"]
}