Commit Graph

23 Commits

Author SHA1 Message Date
pradeep singh
c36726fd58
Merge pull request #87 from tombailey/improve-example-app
Improve example app
2020-10-03 23:30:42 +05:30
Tom Bailey
60fab025ff Improve example app 2020-10-03 15:29:35 +09:00
Tom Bailey
29ac5639cc Use encrypted shared preferences from androidx.security 2020-10-03 14:45:37 +09:00
pradeep singh
342a4876fd
Merge pull request #79 from pradeep1991singh/dependabot/npm_and_yarn/example/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /example
2020-08-05 23:07:04 +05:30
David Govea
daf8291540 fix(example): fix metro bundling issues with metro.config.js in example app 2020-07-28 10:27:26 -07:00
David Govea
2996abb4de fix(example): enable AndroidX
Technically, `androidx.annotation:annotation` should be included in the
library's build.gradle, since it is used in java sourcecode.
2020-07-28 10:27:01 -07:00
dependabot[bot]
2b66799a51
Bump lodash from 4.17.15 to 4.17.19 in /example
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 18:05:23 +00:00
dependabot[bot]
03e8b4b47a
Bump acorn from 5.7.3 to 5.7.4 in /example
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 01:21:23 +00:00
dependabot[bot]
caa59d0b43
Bump handlebars from 4.1.2 to 4.5.3 in /example
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-27 23:56:05 +00:00
dependabot[bot]
7e0d21f63f
Bump mixin-deep from 1.3.1 to 1.3.2 in /example
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>
2019-08-28 22:46:36 +00:00
pradeep singh
bb4d5eb683
Merge pull request #58 from pradeep1991singh/dependabot/npm_and_yarn/example/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15 in /example
2019-08-23 17:45:47 +05:30
dependabot[bot]
675d151be8
Bump js-yaml from 3.12.1 to 3.13.1 in /example
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 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.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-23 12:09:07 +00:00
dependabot[bot]
2726d6fe76
Bump lodash from 4.17.11 to 4.17.15 in /example
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>
2019-08-23 12:08:54 +00:00
dependabot[bot]
4a879a2c63
Bump handlebars from 4.0.12 to 4.1.2 in /example
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-23 12:05:48 +00:00
Calvin Cestari
1d1d85aedc Recreates the example project with React Native 0.58.1 2019-01-31 17:10:24 -08:00
Roman Barzyczak
c6cbbbf980 Add possibility to set accessible attribute for iOS 2018-08-27 11:25:57 +02:00
oximer
1e3d3c46f0
Mock implementation for making jest testing easy 2018-01-09 09:34:22 -02:00
pradeep singh
9f502c56cd version bump and example app updated 2017-11-01 01:12:08 +05:30
pradeep singh
dfe8871d1f added handle app uninstallation 2017-06-27 15:57:47 +05:30
pradeep singh
0a06416c57 fix key value not upated 2017-05-06 23:28:31 +05:30
pradeep singh
ea981d0293 fix typo in lib name 2017-05-06 22:23:29 +05:30
pradeep singh
5dfb677459 update example app 2017-05-06 22:14:27 +05:30
pradeep singh
d8a0655430 store keys into device securely 2017-05-06 10:43:06 +05:30