Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Mar 27, 2018
1 parent eeaf1b6 commit 26bea5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('TODO')
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "rn-pdf-reader-js",
"version": "1.0.0",
"description": "pdf reader full js",
"main": "index.js",
"author": "Xavier Carpentier <contact@xaviercarpentier.com> (http://xaviercarpentier.com/)",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}

0 comments on commit 26bea5b

Please sign in to comment.