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

warning: functions are not valid as react child. This may happen, if you return a component instead of <Component/> #1

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
3159653
Upgrade to RN 0.40.0
Oblongmana Mar 11, 2017
80d978b
Revert "Update build.gradle"
Oblongmana Mar 11, 2017
44a56b2
Add linting to dev dependencies
Oblongmana Mar 11, 2017
730d199
Fix formatting, outdated/deprecated style/imports
Oblongmana Mar 11, 2017
e7adadb
Make project more npm friendly
Oblongmana Mar 11, 2017
469a9e2
Strip unnecessary files, refactor into library
Oblongmana Mar 12, 2017
41eb5ec
Add BSD License
Oblongmana Mar 12, 2017
94512f5
Change name in package.json
Oblongmana Mar 12, 2017
22d5255
Move RN & react to peerDependencies
Oblongmana Mar 12, 2017
f7c96b5
Capitalise chooser text
Oblongmana Mar 12, 2017
0c71bdd
Change package to owned domain
Oblongmana Mar 12, 2017
59dab1b
Add READ_EXTERNAL_STORAGE permission to manifest
Oblongmana Mar 12, 2017
3620ab4
Update package.json repo and license info
Oblongmana Mar 12, 2017
b190e45
Add description to package.json
Oblongmana Mar 12, 2017
ac17c6b
Rewrite README
Oblongmana Mar 12, 2017
e899b5f
Explicitly add license and readme to npm files
Oblongmana Mar 12, 2017
8387266
Format further reading properly, fix example
Oblongmana Mar 12, 2017
3e82be6
Add README Contributing section, limitations note
Oblongmana Mar 12, 2017
52dd903
Fix invalid newline in package.json
Oblongmana Mar 12, 2017
0d32218
0.4.0
Oblongmana Mar 12, 2017
377baa3
Remove extraneous newlines, comments
Oblongmana Mar 12, 2017
18b9ec5
0.4.1
Oblongmana Mar 12, 2017
b118342
Fix outdated references to repo/project name
Oblongmana Mar 12, 2017
19089b8
0.4.2
Oblongmana Mar 12, 2017
bbdcf58
Add support for downloading files
Oblongmana May 8, 2017
2232c7c
Update to support RN 0.44.0
Oblongmana May 9, 2017
1652dbc
Update README with notes on compatiblity
Oblongmana May 9, 2017
4f8c1a7
Fix getWebViewHandle
Oblongmana May 9, 2017
270097b
Update README with new 0.44.0 compat commit
Oblongmana May 9, 2017
ff73b76
Update to support loading _any_ file type
Oblongmana Jul 19, 2017
1fd6c3b
Update README and package.json
Oblongmana Aug 2, 2018
10df4ab
Update license
Oblongmana Aug 2, 2018
dccf6f4
Make AndroidWebView in line with RN 0.55.0
Oblongmana Aug 2, 2018
62e4d7f
Remove createJSModules, was removed in RN 0.47
Oblongmana Aug 2, 2018
8697f9d
Tidy WebView js
Oblongmana Aug 28, 2018
a607aca
Update to match and work with 0.56.0
Oblongmana Aug 28, 2018
424dc6e
Update README
Oblongmana Aug 28, 2018
cf4a9f6
Add run-time permissions requires for API v26
Oblongmana Aug 29, 2018
2bdf9e4
Update description in package.json
Oblongmana Aug 29, 2018
b69c37d
1.0.0
Oblongmana Aug 29, 2018
e8c663b
Update README AVD info
Oblongmana Aug 29, 2018
a500075
1.0.1
Oblongmana Aug 29, 2018
668f079
Add missing AndroidWebViewShared.js
Oblongmana Aug 29, 2018
bab1f2c
1.0.2
Oblongmana Aug 29, 2018
7bf8c4b
Fix typo in WebViewShared npm include
Oblongmana Aug 29, 2018
fa65a30
1.0.3
Oblongmana Aug 29, 2018
f9ff4b6
Fix broken getWebViewHandle method
Oblongmana Aug 29, 2018
5c2d1d1
1.0.4
Oblongmana Aug 29, 2018
ea6d36c
Improve file DL - include cookies; better naming
Oblongmana Sep 25, 2018
0d5be63
1.1.0
Oblongmana Sep 25, 2018
f172b4b
1.1.0
Oblongmana Sep 25, 2018
4355f93
Fix missing imports for new DL functionality
Oblongmana Sep 25, 2018
967dcef
1.1.1
Oblongmana Sep 25, 2018
fa77bf8
Fix missing URL/Exception imports
Oblongmana Sep 25, 2018
193f72b
1.1.2
Oblongmana Sep 25, 2018
5a8af66
Add archival message
Oblongmana Jun 28, 2021
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
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

21 changes: 21 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": "eslint-config-airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"mocha": true,
"node": true
},
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2,
"react/jsx-filename-extension": 0,
"react/jsx-boolean-value":0,
"no-console": 0,
"no-unused-expressions": 0
},
"plugins": [
"react"
]
}
45 changes: 0 additions & 45 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ tasks.txt
*.pem
*.cer
*.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

Loading