Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSDoc comments for documentation #387

Draft
wants to merge 265 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
265 commits
Select commit Hold shift + click to select a range
9d743a9
Fixed typings for PDFViewCtrl
dcupidon Jul 24, 2021
7c4ea88
Changes to index.d.ts and document_view.d.ts
dcupidon Jul 26, 2021
76dd861
Refactor exports and fix a type
akwanpdf Jul 26, 2021
995b522
specify object interface for onBehaviorActivated
akwanpdf Jul 27, 2021
3d58ce1
Fixed onDocumentLoaded and onDocumentError typing
dcupidon Jul 27, 2021
039d16b
move types to own folder
akwanpdf Jul 27, 2021
aee36c2
Edit filepaths
akwanpdf Jul 27, 2021
85aee63
Edit mode prop types
akwanpdf Jul 27, 2021
8f0496a
Edit onToolChanged types
akwanpdf Jul 27, 2021
f515f01
Updated package.json files
dcupidon Jul 27, 2021
9e9fb8e
Added missing import in AnnotOptions.d.ts
dcupidon Jul 27, 2021
0ff161f
edit reflowOrientation type
akwanpdf Jul 27, 2021
b524d5a
Merge branch 'ts-support' of https://github.com/PDFTron/pdftron-react…
akwanpdf Jul 27, 2021
63df86d
edit defaultEraserType type
akwanpdf Jul 27, 2021
c0fa9a5
Use promises for method return types
akwanpdf Jul 27, 2021
4223cda
make initialLoad optional
akwanpdf Jul 27, 2021
7955a64
Updated interfaces
dcupidon Jul 27, 2021
37d2d0c
make CropBox from Rect
akwanpdf Jul 27, 2021
d382162
Updated definition of CropBox
dcupidon Jul 27, 2021
903c217
Merge branch 'master' into ts-support
akwanpdf Jul 28, 2021
f7fbc9a
Add types from latest master updates
akwanpdf Jul 28, 2021
cd36407
Use Record utility
akwanpdf Jul 28, 2021
f9d54e7
Remove redundant null
akwanpdf Jul 28, 2021
03414a5
Merge branch 'master' into ts-support
akwanpdf Jul 28, 2021
90143cd
Add save copy option buttons
akwanpdf Jul 28, 2021
69cb599
Redefined CustomToolbarKey in ConfigOptions.d.ts
dcupidon Jul 28, 2021
fd247eb
Added pageRect and screenRect to stickyNoteData
dcupidon Jul 28, 2021
71b8f69
fix typo
akwanpdf Jul 29, 2021
2cbf595
Use parameter destructuring
akwanpdf Aug 1, 2021
c46ff35
migrate js files to ts, tsx
akwanpdf Aug 3, 2021
1390bb3
move d.ts files
akwanpdf Aug 4, 2021
f4688d5
Revert "move d.ts files"
akwanpdf Aug 4, 2021
553b7f4
generate new d.ts, .js files
akwanpdf Aug 4, 2021
0b9509c
add tsconfig to get correct output structure
akwanpdf Aug 4, 2021
2ce9f69
Added a build script and updated the exports
dcupidon Aug 4, 2021
0275519
Fixed build script
dcupidon Aug 5, 2021
f28f9a7
Restructed repo
dcupidon Aug 9, 2021
4447a14
fix typo
akwanpdf Aug 9, 2021
fa55453
Updated PropTypes in DocumentView.tsx
dcupidon Aug 10, 2021
47bcb47
Rename ConfigOptions to Config
akwanpdf Aug 10, 2021
a3adf36
Created custom PropTypes
dcupidon Aug 10, 2021
92d39dc
Refactor event function params
akwanpdf Aug 11, 2021
ceffad4
Script for Build Process
dcupidon Aug 11, 2021
e301d2d
Updating Build Process Script
dcupidon Aug 11, 2021
d7aed3f
document funcProp
akwanpdf Aug 11, 2021
2f448a1
Created functions to make propTypes easier to read
dcupidon Aug 11, 2021
8049192
funcProp to func
akwanpdf Aug 11, 2021
96daddb
arrayOfProp to arrayOf
akwanpdf Aug 11, 2021
3e88fe8
oneOfProp to oneOf
akwanpdf Aug 11, 2021
3b3bd83
use Validator<T>, add JSDocs for functions
akwanpdf Aug 11, 2021
f1d24ce
Edit comments, rename param val to obj
akwanpdf Aug 11, 2021
9427de9
edit comments
akwanpdf Aug 11, 2021
16b6f5c
Refactor and add JSDoc
akwanpdf Aug 11, 2021
64f13d0
make oneOf, arrayOf accept multiple objects
akwanpdf Aug 11, 2021
e04eeb7
make oneOf, arrayOf accept multiple values
akwanpdf Aug 11, 2021
732e8b6
simplify oneOf, arrayOf
akwanpdf Aug 11, 2021
a973326
refactor, edit comments
akwanpdf Aug 11, 2021
f868a2c
Simplify arrayOf
akwanpdf Aug 11, 2021
210bc33
Add pull_request to build event triggers
akwanpdf Aug 11, 2021
022277a
Revert "Add pull_request to build event triggers"
akwanpdf Aug 11, 2021
91b94d1
Add JSDoc examples
akwanpdf Aug 11, 2021
a70a587
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 12, 2021
815d25d
Edit JSDocs
akwanpdf Aug 12, 2021
e2b3b49
Return null at end of validator function
akwanpdf Aug 12, 2021
5205858
remove onChange from propTypes & clean comments
akwanpdf Aug 13, 2021
fb3a280
Refactor methods to use one Promise
akwanpdf Aug 13, 2021
275b483
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 13, 2021
0167c5e
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 13, 2021
af49bce
enable allowSyntheticDefaultImports
akwanpdf Aug 13, 2021
a955b75
use strict mode
akwanpdf Aug 14, 2021
bca96b4
Make type-related dependencies any-ver devDependencies
akwanpdf Aug 17, 2021
832722a
Merge branch 'master' of https://github.com/PDFTron/pdftron-react-nat…
dcupidon Aug 17, 2021
a7cc4a9
Updated Field interfaces due to changes to master
dcupidon Aug 17, 2021
6a54316
Replaced an object type with its primitive version
dcupidon Aug 17, 2021
a621505
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 18, 2021
fc725fc
Create npmignore file excl. lib folder
akwanpdf Aug 19, 2021
446afeb
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 20, 2021
ffc88de
Add extra ts-ignore to onChange
akwanpdf Aug 20, 2021
6e68210
Updated README and API docs in prep for TS release
dcupidon Aug 20, 2021
f7dcd81
Edit TypeScript docs
akwanpdf Aug 20, 2021
de3a952
update Installation and Usage with TypeScript
akwanpdf Aug 20, 2021
69ac47b
move TS section of readme
akwanpdf Aug 20, 2021
8855802
Update TS support version in README, edit CONTRIBUTING
akwanpdf Aug 20, 2021
2a3c5b9
Remove extraneous args from PDFViewCtrl requireNativeComponent
akwanpdf Aug 20, 2021
0ea796c
Remove unused object
akwanpdf Aug 20, 2021
bd9f954
Updated PDFViewCtrl to match DocumentView
dcupidon Aug 20, 2021
a99b7f6
Made document a required prop in PDFViewCtrl
dcupidon Aug 24, 2021
c31341c
(test) Add a prestart script (#372)
akwanpdf Aug 24, 2021
91a2e26
Added/edited minor details/wording
akwanpdf Aug 24, 2021
9075dcc
Add preandroid and preios scripts to generate lib
akwanpdf Aug 26, 2021
706d86d
Removed rect from the Annotation interface
dcupidon Aug 26, 2021
0a673c1
Merge branch 'ts-support-js-to-ts' of https://github.com/PDFTron/pdft…
akwanpdf Aug 26, 2021
1c446f1
Removed PointWithPage interface
dcupidon Aug 26, 2021
00b6a1a
Merge branch 'ts-support-js-to-ts' of https://github.com/PDFTron/pdft…
akwanpdf Aug 31, 2021
95b5eed
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Aug 31, 2021
ab64dba
Edit build process comments
akwanpdf Aug 31, 2021
b33841d
avoid emitting JS files if there is type error
akwanpdf Sep 1, 2021
2cf6859
Add JSDoc comments and set up some templates to try out
akwanpdf Sep 1, 2021
6301683
Added some comments to Config and PDFViewCtrl
dcupidon Sep 2, 2021
5e0132a
Switch ink-docstrap dependency, edit jsdoc config
akwanpdf Sep 2, 2021
7e2c793
hide attributes in docs
akwanpdf Sep 2, 2021
edad6eb
Added the out folder to gitignore and npmignore
dcupidon Sep 2, 2021
736d6d9
for consistency, don't collapse member symbols
akwanpdf Sep 2, 2021
499b470
Add more info and links to doc home page
akwanpdf Sep 2, 2021
de2176a
Move doc generation options into file
akwanpdf Sep 2, 2021
04d6e81
Added scripts in package.json to build docs
dcupidon Sep 3, 2021
45a5ded
Put space between image and bottom text in leadingNavButtonIcon
dcupidon Sep 3, 2021
7321840
Specify Pdftron return types
akwanpdf Sep 3, 2021
ce88ec3
add returnsInTable conf option
akwanpdf Sep 3, 2021
506a5f8
edit conf.json to hide method sigs from doc headers
akwanpdf Sep 3, 2021
84a3832
Remove temporary return value comment
akwanpdf Sep 3, 2021
2bccc90
Change Config to class section
akwanpdf Sep 3, 2021
b152f5e
Rename Pdftron interface to RNPdftron
akwanpdf Sep 3, 2021
87821c1
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 3, 2021
35f2e70
Rename Pdftron interface to RNPdftron
akwanpdf Sep 3, 2021
f8767ee
Added prop info on PDFViewCtrl and changed
dcupidon Sep 3, 2021
9eee11c
hide Config constructor
akwanpdf Sep 4, 2021
ce74f2b
Merge branch 'ts-typedocs' of https://github.com/PDFTron/pdftron-reac…
akwanpdf Sep 4, 2021
e9b8763
edit comments and fix links
akwanpdf Sep 7, 2021
15fb42a
Add prop docs, document Config members, and show source links
akwanpdf Sep 7, 2021
17185e2
Document more props
akwanpdf Sep 7, 2021
5d0d798
Document more DocumentView props
akwanpdf Sep 7, 2021
f3f7032
Document more DocumentView props
akwanpdf Sep 7, 2021
c670e89
Document more DocumentView props
akwanpdf Sep 7, 2021
a816b43
Fixed typo in encryptDocument()'s description
dcupidon Sep 7, 2021
4273a71
Merge branch `ts-support-js-to-ts` into `ts-typedocs`
akwanpdf Sep 7, 2021
40aa534
Merge branch 'ts-typedocs' of https://github.com/PDFTron/pdftron-reac…
akwanpdf Sep 7, 2021
4d47787
Add method doc comments
akwanpdf Sep 7, 2021
e281d06
Add method doc comments
akwanpdf Sep 7, 2021
ff3bf66
Add method doc comments
akwanpdf Sep 7, 2021
58768f9
More method doc comments
akwanpdf Sep 8, 2021
ae095ee
Add method doc comments
akwanpdf Sep 8, 2021
1d17240
Fix links
akwanpdf Sep 8, 2021
2d0cc7d
Added the @hidesource tag where necessary
dcupidon Sep 8, 2021
e0b1d76
Fixed typos in docs for DocumentView methods
dcupidon Sep 8, 2021
7d991d6
fix getPropertiesForAnnotation return docs
akwanpdf Sep 8, 2021
4f1406b
Added explanation for the links to source files on these pages
dcupidon Sep 8, 2021
67c309d
Tweaks to the typings of some props
dcupidon Sep 8, 2021
beac74c
Fixed incorrect link on homepage and typo in RNPdftron
dcupidon Sep 8, 2021
1c327c3
Include prop docs on same page as class docs
akwanpdf Sep 8, 2021
d52828d
Add zoom prop docs
akwanpdf Sep 8, 2021
4efe325
Update conf.json to render constants for Config objects
akwanpdf Sep 8, 2021
adff8f0
render members, methods under category subheadings in docs
akwanpdf Sep 9, 2021
22f352b
Add category "Open a document"
akwanpdf Sep 9, 2021
bdaf6aa
Add category "UI Customization"
akwanpdf Sep 9, 2021
63004cf
Add category "Toolbar Customization"
akwanpdf Sep 9, 2021
ad50659
add missing memberof tags
akwanpdf Sep 9, 2021
f118ac9
Add categories "Layout" and "Page"
akwanpdf Sep 9, 2021
5bae919
Add category "Zoom"
akwanpdf Sep 9, 2021
f395cb4
Add category "Scroll"
akwanpdf Sep 9, 2021
182d796
Add category "Reflow"
akwanpdf Sep 9, 2021
3cae7ae
Add categories "Annotation Menu", "Long Press Menu"
akwanpdf Sep 9, 2021
ec79604
Fix event links, add category "Custom Behavior"
akwanpdf Sep 9, 2021
cbd1eae
Add category "Multi-tab"
akwanpdf Sep 9, 2021
f20b639
Add category "Collaboration"
akwanpdf Sep 9, 2021
4d82344
Add categories "Annotations", "Thumbnails"
akwanpdf Sep 9, 2021
0b0b937
Add categories "Navigation", "Toolbar", "Bookmark"
akwanpdf Sep 9, 2021
3b36c8c
Add category "Signature"
akwanpdf Sep 9, 2021
6a3c833
Add category "Text selection"
akwanpdf Sep 9, 2021
62d34f7
Add categories "Document", "Undo/Redo"
akwanpdf Sep 9, 2021
e8dbf56
Add categories "Annotation Tools", "Import/Export Annotations"
akwanpdf Sep 9, 2021
a41e2d2
Add categories
akwanpdf Sep 9, 2021
6d2309c
Added ESLint and formatted the files appropriately
dcupidon Sep 10, 2021
c47fb47
Created a .eslintignore file
dcupidon Sep 10, 2021
8a3d6a6
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 10, 2021
3d408cd
Show 2 variants for constructor in Usage example
akwanpdf Sep 10, 2021
e59e78b
Fixed ESLint issues on Config and AnnotOptions
dcupidon Sep 10, 2021
c7733d3
Explicitly mention PDFTron React Native dependency in README
akwanpdf Sep 10, 2021
90411fb
Avoid "our", "we"
akwanpdf Sep 10, 2021
c7dbcff
Added example folder to eslintignore
dcupidon Sep 10, 2021
8409ce4
replace "Migrating to TypeScript" with small sentence in "All Users"
akwanpdf Sep 10, 2021
31bb00b
Updated API section on TypeScript
dcupidon Sep 10, 2021
d337125
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 10, 2021
77332c3
Add return type info for getSavedSignatureJpgFolder
akwanpdf Sep 10, 2021
e65b7d6
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 10, 2021
e457285
(iOS) Remove old podspec nightly mentions (#379)
akwanpdf Sep 13, 2021
7f706ec
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 13, 2021
323e2b3
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 13, 2021
5ead37c
Remove old podspec nightly mentions from descs
akwanpdf Sep 13, 2021
2bc6468
Created script to upload new API docs
dcupidon Sep 13, 2021
be8eb4e
Re-added @category tag missing from methods
dcupidon Sep 13, 2021
36a1468
Allow npm run upload-docs to accept CLI arguments
dcupidon Sep 13, 2021
ea2e574
iOS enable user bookmarks list editing by default (#380)
JamieDass Sep 13, 2021
068a516
Changed default branch name used in script
dcupidon Sep 14, 2021
49533d0
collapse side nav categories and supercategories
akwanpdf Sep 14, 2021
29da0c1
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 14, 2021
d874df5
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 14, 2021
af64c56
Fixed small errors
dcupidon Sep 15, 2021
07be1fc
Clarify description for RNPdftron enableJavaScript
akwanpdf Sep 15, 2021
62afc44
change wording
akwanpdf Sep 15, 2021
1d0ebc4
change wording
akwanpdf Sep 15, 2021
c71d4c9
change wording of TS version recommendation
akwanpdf Sep 15, 2021
24b70a4
change wording of PR step
akwanpdf Sep 15, 2021
b8ac2ab
link to wiki
akwanpdf Sep 15, 2021
c3970fc
link to wiki
akwanpdf Sep 15, 2021
79685e5
Fixed typo
dcupidon Sep 16, 2021
00e9561
Updated version to 2.0.3-beta.184 (#381)
eamon-mallon Sep 16, 2021
a050aa3
Fixed typo
dcupidon Sep 16, 2021
39661cf
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 16, 2021
591b8b4
(iOS) defaultEraserType (#382)
akwanpdf Sep 17, 2021
40f74c7
fulfil categoriesFor navOption
akwanpdf Sep 17, 2021
e5f27f0
Fixed typos and updated parameter types
dcupidon Sep 17, 2021
53fa352
Updated scripts and added API docs folder to git
dcupidon Sep 17, 2021
76fb916
Update to Android 9.1.1beta3 (#383)
sgong-pdftron Sep 17, 2021
855882e
restore event links
akwanpdf Sep 17, 2021
681c28d
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 21, 2021
a6fef5e
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 21, 2021
18ce08b
Update API docs website
dcupidon Sep 22, 2021
df333fd
(Support) (iOS) Quick Navigation Button (#384)
dcupidon Sep 22, 2021
8aeb664
Match updated docs for defaultEraserType prop
akwanpdf Sep 22, 2021
8b7f206
Updated Android version to 9.1.1-beta05
brandenfung2 Sep 22, 2021
745eae8
Merge branch 'master' into ts-support-js-to-ts
akwanpdf Sep 22, 2021
7e94ed5
Merge branch 'ts-support-js-to-ts' into ts-typedocs
akwanpdf Sep 22, 2021
67a014e
Edit showQuickNavigationButton docs
akwanpdf Sep 22, 2021
6ddd7fa
Update source root
akwanpdf Sep 22, 2021
612affb
Update build process for demo docs and change source root
akwanpdf Sep 22, 2021
2521760
Remove package-lock.json
akwanpdf Sep 23, 2021
49bd7c2
test out build process
akwanpdf Sep 23, 2021
bc881f8
test build process
akwanpdf Sep 23, 2021
f02f667
test build process, add install deps step
akwanpdf Sep 23, 2021
202f4ce
fix build process
akwanpdf Sep 23, 2021
7bfb2a1
Update API links, gitignore package-lock.json
akwanpdf Sep 23, 2021
1ee5b14
Remove package-lock.json and edit build process to install deps first
akwanpdf Sep 23, 2021
d6e9d33
update docs after side nav highlighting fixed
akwanpdf Sep 23, 2021
07b5057
remove API.md
akwanpdf Sep 23, 2021
889897a
Edit build process to apply changes from dev to master
akwanpdf Sep 23, 2021
32557e5
Uncommented code in buildDocs.py for PR
dcupidon Sep 23, 2021
ee20312
Merge branch `ts-support-js-to-ts`into ts-typedocs
akwanpdf Sep 23, 2021
0d3e52d
Merge remote-tracking branch 'origin/dev' into ts-typedocs
akwanpdf Sep 23, 2021
3927701
Restore JSDoc'd DocumentView.tsx
akwanpdf Sep 23, 2021
c85d661
Merge branch 'dev' of https://github.com/PDFTron/pdftron-react-native…
dcupidon Oct 4, 2021
f420646
Merge branch 'dev' into ts-typedocs
akwanpdf Oct 22, 2021
d8f0b38
Fix link typo
akwanpdf Oct 22, 2021
0361a6f
Merge branch 'dev' of https://github.com/PDFTron/pdftron-react-native…
dcupidon Nov 9, 2021
a262c39
Merge branch 'master' into ts-typedocs
akwanpdf Nov 22, 2021
b279153
bump ver
akwanpdf Nov 22, 2021
aef8ea9
Updating JS files
github-actions[bot] Nov 22, 2021
2f6cce6
Ignore pdfviewctrl in docs
akwanpdf Dec 6, 2021
f67cb13
Remove vanilla theme, add upload-docs script
akwanpdf Dec 6, 2021
e1de2a8
Merge branch 'master' of https://github.com/PDFTron/pdftron-react-nat…
dcupidon Dec 7, 2021
63eba74
Remove excess script
dcupidon Dec 7, 2021
566b21c
Trying to alleviate node bug in build process
dcupidon Dec 7, 2021
dc7c11b
Continued tests to eliminate node bug
dcupidon Dec 7, 2021
b62144e
Updating build process to fix Node bug
dcupidon Dec 7, 2021
9ffc0a3
Updating JS files
github-actions[bot] Dec 7, 2021
6bfa619
Removed API docs website
dcupidon Dec 10, 2021
58c5d79
Merge branch 'master' of https://github.com/PDFTron/pdftron-react-nat…
dcupidon Dec 16, 2021
561ea78
Merge branch 'master' of https://github.com/PDFTron/pdftron-react-nat…
kmathew-pdftron Feb 1, 2022
8fc6b62
updating the documentview file
kmathew-pdftron Feb 2, 2022
c464158
Updating JS files
github-actions[bot] Feb 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Build
lib

# Auto-gen Docs
docs

# Example folder
example
26 changes: 26 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"env": {
"es2021": true
},
"extends": [
"standard"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
"max-len":["error", { "code": 100, "ignoreUrls": true }],
"no-trailing-spaces": "off",
"quotes": "off",
"@typescript-eslint/no-unused-vars": "off",
"semi": "off",
"quote-props": ["error", "consistent"],
"prettier/prettier": "off",
"no-use-before-define": "off",
"padded-blocks": "off",
"react-native/no-inline-styles": "off",
"import/export": "off"
}
}
11 changes: 6 additions & 5 deletions .github/workflows/jsBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo.
ref: ${{ github.event.pull_request.head.sha }} # checks out the branch being merged into `master`

- name: Install dependencies
run: |
npm i

- name: Node setup
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
cache: 'npm'
cache-dependency-path: 'package.json'

- name: Install dependencies
run: |
npm i

- name: Build JavaScript files
run: | # Change line to your build script command.
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ example/android/app/src/main/assets/index.android.bundle
example/android/app/src/main/assets/index.android.bundle.meta

# Build
/lib
/lib
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ buck-out/
*.keystore

example/android/app/src/main/assets/index.android.bundle
example/android/app/src/main/assets/index.android.bundle.meta
example/android/app/src/main/assets/index.android.bundle.meta

# Auto-gen Docs
docs
Loading