Tom Underhill
a1da2c9271
Added Android test app.
4 years ago
Tom Underhill
ce7372e5f2
Test app working.
4 years ago
dependabot[bot]
07a87131dc
chore(deps): bump npm from 6.11.3 to 6.13.4 (#1079 )
Bumps [npm](https://github.com/npm/cli ) from 6.11.3 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases )
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md )
- [Commits](https://github.com/npm/cli/compare/v6.11.3...v6.13.4 )
Signed-off-by: dependabot[bot] <support@github.com >
4 years ago
Thibault Malbranche
85b921ce64
fix(deps): updated dependancies and types (#847 )
* wip
* Update WebViewShared.tsx
* Update config.yml
5 years ago
dependabot[bot]
0411345f00
fix(deps): update dependencies to address security issues (#837 )
5 years ago
dependabot[bot]
006f82a4d5
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#839 )
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
dependabot[bot]
9e31d266bc
chore(deps): bump js-yaml from 3.12.2 to 3.13.1 (#836 )
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.2 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
dependabot[bot]
18170f1219
chore(deps): bump lodash from 4.17.11 to 4.17.15 (#838 )
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
dependabot[bot]
ddaaf94a2c
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 (#835 )
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
dependabot[bot]
aff6c4c7ce
chore(deps): bump fstream from 1.0.11 to 1.0.12 (#834 )
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
Thibault Malbranche
319a86e236
feat(android): fix overflow issues and match iOS default renders (#472 )
fixes #466 #194
* feat(android): fix overflow issues and match iOS default render error and loading behaviour
* Use babel preset typescript through react-native instead of ts-jest
* Update yarn.lock
* Update README.md
5 years ago
Thibault Malbranche
453b7dd3a0
feat(typescript): Source code rewrite using typescript (#425 )
Rewrote the whole repository into typescript. This will provide way better and up to date documentation. This should also add some safety for people contributing 😄 .
Flow types were not working until now which is why this PR doesn't have them but feel free to PR.
This also fixes #384 #435 #206 #171 #168 .
5 years ago
Thibault Malbranche
74a20865b0
fix(vulnerability): merge issue (#399 )
https://nvd.nist.gov/vuln/detail/CVE-2018-16469
5 years ago
Stanislav Shakirov
67eacd549e
chore(ci): fix flow error and update TS type (#395 )
set related versions of react and react-native in devDependencies
5 years ago
Malcolm Scruggs
fb78d13120
fix(webviewShared.js): Support all valid URI schemes and add testing (#293 )
* Change origin whitelist to allow for all valid URIs
- Now supports +, -, and .
- Prevent whitelist from matching when preceded by unwanted characters
- URI must begin with letter
- URI Scheme syntax: https://tools.ietf.org/html/rfc3986#section -3.1
* Add jest testing framework and run it on CI
* Add tests for WebViewShared's createOnShouldStartLoadWithRequest
5 years ago
doomsower
715fe61cc5
feat(typings): Add typescript definitions (#95 )
Typescript definitions are based on flow
Tested them a bit in my project
I think couple of event types are screwed in flow definitions (synthetic/non-synthetic are mixed), tried my best to test which events are really received.
6 years ago
Thibault Malbranche
1394c7de06
fix(semantic-release): Added Missong devDeps for CI
6 years ago
Thibault Malbranche
171f778134
fix(semantic-release): Auto increment package.json
Bumped deps version to use new format
6 years ago
Thibault Malbranche
525ebfa06e
chore(ci and npm): Setup CircleCI and semantic-release
Setup CircleCI and semantic-release
6 years ago
Jamon Holmgren
8f4c76704b
Minor README tweak
6 years ago
Jamon Holmgren
de32a8c14f
Remove example repo
6 years ago
Jamon Holmgren
be9c217dfe
Initial
6 years ago