初始化提交

This commit is contained in:
2020-02-26 09:04:49 +08:00
commit f94cec56aa
4 changed files with 93 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "jerry-rn-a-fitfullscreen",
"version": "1.0.0.0",
"description": "Fit FullScreen Mode.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.jerryyan.cn:29022/q792602257/jerry-rn-a-fitfullscreen.git"
},
"keywords": [
"react-native",
"ios",
"android"
],
"author": "Jerry Yan",
"license": "ISC",
"bugs": {
"url": "http://git.jerryyan.top/q792602257/jerry-rn-a-fitfullscreen"
},
"homepage": "http://git.jerryyan.top/q792602257/jerry-rn-a-fitfullscreen"
}