Commit Graph

21 Commits

Author SHA1 Message Date
Vojtech Novak
2d6571d978
feat: remove pickMultiple (#651)
BREAKING CHANGE: pickMultiple removed
2023-05-15 22:35:38 +02:00
Vojtech Novak
fc1c0f2d24
feat: new architecture support (#649)
* feat: rn 70 ios builds with new arch

* feat: android migration wip

* fix: update test-app, react-native and react version, fix codegen config

* fix: change spec for backward compat

* fix: simplify android code and make it work

* fix: ios code

* fix: remove unnecessary folly version

* fix: srcDirs on paper

* refactor: review

* refactor: review

* refactor: node 18

* docs: new arch in readme

* docs: new arch in readme

* refactor: use Spec

---------

Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
2023-05-15 21:56:02 +02:00
Vojtech Novak
004dbcf599
chore: update example lockfile (#573) 2022-06-11 10:47:02 +02:00
Vojtech Novak
66efeab977
chore: migrate example to react-native-test-app (#571)
* chore: add react native test app

* fix: self-review
2022-06-11 10:33:32 +02:00
dependabot[bot]
b5f896143a
chore(deps): bump async from 2.6.3 to 2.6.4 in /example (#560)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-30 11:12:59 +07:00
Vojtech Novak
290465a6e2
chore: extract RCTConvert (#551) 2022-04-01 23:27:43 +07:00
dependabot[bot]
2a78662aa1
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /example (#547)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 17:00:48 +07:00
dependabot[bot]
539dc56035
chore(deps): bump plist from 3.0.4 to 3.0.5 in /example (#548)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 17:00:38 +07:00
dependabot[bot]
7f5d46798d
chore(deps): bump plist from 3.0.2 to 3.0.4 in /example (#542)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:50:49 +07:00
dependabot[bot]
d2647fec02
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /example (#539)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 23:14:38 +07:00
dependabot[bot]
b92916f776
chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /example (#525)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 20:12:57 +01:00
Vojtech Novak
45f57bc75d
feat: add explicit pickDirectory() ios implementation (#483) 2021-10-07 00:28:32 +02:00
Vojtech Novak
6ff5fd3886
feat: fileCopyUri to be null if copyTo not provided (#481)
BREAKING CHANGE - fileCopyUri can be null
2021-10-06 20:05:32 +02:00
Vojtech Novak
70338a8e3d
fix: improve typings for native module error (#479) 2021-10-03 09:20:12 +02:00
Vojtech Novak
60b39b4e79 chore: print example result to console 2021-10-02 22:21:01 +02:00
Vojtech Novak
f8dd453ca6
feat: support presentationStyle on ios (#477) 2021-10-02 21:04:52 +02:00
Vojtech Novak
b949b47ef8
fix: do not crash on double select (#476)
* fix: do not crash on double select

* docs: clarify isInProgress()
2021-10-02 20:16:44 +02:00
Vojtech Novak
ca2efc205d
chore: set up automated releases (#449)
BREAKING CHANGE: includes the work from (#421)
2021-08-09 22:11:01 +02:00
Vojtech Novak
63aa36f1d7
Revert "chore: set up automated releases (#447)" (#448)
This reverts commit 25209cf8a4.
2021-08-09 21:49:35 +02:00
Vojtech Novak
25209cf8a4
chore: set up automated releases (#447)
BREAKING - this commit will publish work done in #421 

* chore: set up automated releases
2021-08-09 21:40:07 +02:00
Vojtech Novak
db09e24e5d
feat: rework module using react native bob (#421)
* feat: rework module using react native bob

* chore: rebase

* Added windows example (not working for the moment)

* Fixed implementation of the Windows example

* Fixed Lint issues

* Fixed a missing Lint issue

* Fixed another missing Lint issue

* fix: fixed all the pending Lint issues

* Added pickDirectory() implementation for Windows (proper PR) (#444)

* feat: added pickDirectory implementation for Windows

* fix: fixed typo in property name

Co-authored-by: Matteo Pagani <matteo.pagani@microsoft.com>
2021-08-09 20:24:22 +02:00